1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-05-14 23:18:19 +03:00
gamebookformat/templates/html/begin.html

20 lines
467 B
HTML
Raw Normal View History

2013-05-29 01:01:17 +03:00
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
#include "viewport"
<title>%(title)s</title>
<script type="text/javascript" src="gamebookformatplay.js"></script>
<link rel="stylesheet" href="gamebookformat.css"
type="text/css" />
2013-05-29 01:01:17 +03:00
<script>
if (typeof gamebook !== 'undefined') {
gamebook.id = '%(id)s';
}
2013-05-29 01:01:17 +03:00
</script>
#include "head-overrides"
2013-05-29 01:01:17 +03:00
</head>
<body>
2013-06-11 22:59:39 +03:00
#include "hideintro"
<div class="gamebook">