1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-05-17 00:18:39 +03:00
inform7/inform7/Internal/Templates/Standard/source.html
2019-03-16 13:12:11 +00:00

1 line
979 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>[AUTHOR] - [TITLE] — [PAGENUMBER] of [PAGEEXTENT]</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 ="sourcecoverimage">
<span>[COVER]</span>
</div>
<div class ="sourceintroduction">
<h1>
<span>[TITLE]</span> <span class="pagination">— [PAGENUMBER] of [PAGEEXTENT]</span>
</h1>
<h2>
<span>[AUTHOR]</span>
</h2>
<div class ="sourcebibliography">
<span>Release [RELEASE]</span>
</div>
</div>
<div class = "links">
<ul>
[SOURCELINKS]
</ul>
</div>
<div class = "source">
[SOURCE]
</div>
<div class ="notes">
[SOURCENOTES]
</div>
</div>
</body>
</html>