-
Notifications
You must be signed in to change notification settings - Fork 74
/
index.html
39 lines (36 loc) · 1.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>[AUTHOR] - [TITLE]</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="author" content="[AUTHOR]" />
<meta name="description" content="A page for the game [TITLE] by [AUTHOR]." />
<link rel="stylesheet" href="style.css" type="text/css" media="all" />
</head>
<body>
<div class="container">
<div class="coverimage"><span>[COVER]</span></div>
<div class="introduction">
<h1><span>[TITLE]</span></h1>
<h2><span>[AUTHOR]</span></h2>
<div class="bibliography"><span>Release [RELEASE]</span></div>
</div>
<div class="links">
<ul>
<li><div class="download">[DOWNLOAD]</div></li>
<div class="auxiliary">[AUXILIARY]</div>
</ul>
</div>
<div class="about"><span>[BLURB]</span></div>
<div class="playinfo">
<p>[TITLE] was created with <a href="http://inform7.com/">Inform</a> and has IFID [IFID].
To play a work like this one, you need an interpreter program: many are available,
among them <a href="http://ccxvii.net/gargoyle/">Gargoyle for MacOS, Linux or Windows</a>;
<a href="https://github.com/angstsmurf/spatterlight/releases">Spatterlight for MacOS</a>;
<a href="http://davidkinder.co.uk/frotz.html">Windows Frotz</a> or
<a href="http://davidkinder.co.uk/glulxe.html">Windows Glulxe</a> for Windows.
[OTHERCREDITS] [INBROWSERPLAY]</p>
</div>
</div>
</body>
</html>