Move remaining style sheets to styles directory.
Move remaining style sheets to styles directory.

File last commit:

4e0d93c1f71c
46bfc282f86c
Show More
intro.htm
23 lines | 683 B | text/html | HtmlLexer
Add stuff for the Endgames mini-VN.
r8
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="vn.css">
<link rel="stylesheet" href="scenes.css">
<meta name="viewport" content="width=device-width, user-scalable=no">
</head>
<body>
<div class="viewport">
<div class="frame" style="display: block !important;" >
<div class="stage scene-splash">
<img class="logo" src="assets/ui/splash_logo.png" /><br>
<div class="link-container">
<div class="link-button"><a target="_self" href="part1.htm#frame_0">With Audio</a></div>
<div class="link-button"><a target="_self" href="part1_noaudio.htm#frame_0">Without Audio</a></div>
</div>
</div>
</div>
</div>
</body>
</html>