1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-04-28 23:29:21 +03:00
gamebookformat/templates/html/begin.html

20 lines
467 B
HTML

<!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" />
<script>
if (typeof gamebook !== 'undefined') {
gamebook.id = '%(id)s';
}
</script>
#include "head-overrides"
</head>
<body>
#include "hideintro"
<div class="gamebook">