20 lines
457 B
Plaintext
20 lines
457 B
Plaintext
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title>Textual game</title>
|
|
<meta name="description" content="The HTML5 Herald">
|
|
<meta name="author" content="SitePoint">
|
|
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
</head>
|
|
<body>
|
|
<div id="content">
|
|
<h1>{{title}}</h1>
|
|
<div id="history"></div>
|
|
<div id="choices"></div>
|
|
</div>
|
|
<script src="js/app-bundle.js"></script>
|
|
</body>
|
|
</html> |