intro.htm
23 lines
| 683 B
| text/html
|
HtmlLexer
/ endgames-vn / intro.htm
| 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> | ||||
