You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1005 B
HTML
39 lines
1005 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title>ruixi</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="outerContainer">
|
|
<h3 class="written-in-ink"><a href="https://www.inklestudios.com/ink">WRITTEN IN INK</a></h3>
|
|
|
|
<div id="controls" class="buttons">
|
|
<a id="rewind" title="Restart story from beginning">restart</a>
|
|
<a id="save" title="Save progress">save</a>
|
|
<a id="reload" title="Reload from save point">load</a>
|
|
<a id="theme-switch" title="Switch theme">theme</a>
|
|
</div>
|
|
|
|
<div id="story" class="container">
|
|
<div class="header">
|
|
<h1>ruixi</h1>
|
|
<h2 class="byline"></h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="ink.js"></script>
|
|
<script src="ruixi.js"></script>
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html>
|