diff options
| author | s1nical <[email protected]> | 2019-08-15 22:26:43 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-15 22:26:43 -0700 |
| commit | cbbf483d4bb753df4ebea18905605efe9ccb9bca (patch) | |
| tree | 43df9aae6322569d043e6a7c7615596ef5e94d22 /wolf3d/index.html | |
| parent | remvoed directory loader but kept code (diff) | |
| download | s1n.pw-admin-cbbf483d4bb753df4ebea18905605efe9ccb9bca.tar.xz s1n.pw-admin-cbbf483d4bb753df4ebea18905605efe9ccb9bca.zip | |
add wolfenstein 3d to games directory
Diffstat (limited to 'wolf3d/index.html')
| -rw-r--r-- | wolf3d/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/wolf3d/index.html b/wolf3d/index.html new file mode 100644 index 0000000..d269b37 --- /dev/null +++ b/wolf3d/index.html @@ -0,0 +1,33 @@ + <!DOCTYPE html> + <html> + <head> + <meta content="Wolfenstein 3D HTML5" name="description"></meta> + <meta content="wolfenstein,3d,game,html5,javascript,engine" name="keywords"></meta> + <title>s1nical - Wolfenstein 3D</title> + <link type="text/css" href="css/build.css" rel="stylesheet"></link> + <script src="js/webkitAudioContextMonkeyPatch.js" type="text/javascript" language="javascript"></script> + <script async="" src="js/a.js"></script> + <script language="javascript" type="text/javascript" src="js/build.js"></script> + <link href="images/favicon.png" type="image/png" rel="shortcut icon"></link> + <link href="images/favicon.png" type="image/png" rel="icon"></link> + </head> + <body oncontextmenu="return false;"> + <div id="resources"> +Loading...<br></br> +<img src="images/loading-intersect.png"/> + </div> + <audio id="music" preload="true" loop=""></audio> + <div> + <div id="copyright" class=" fadein"> + <div class="content" style="position: fixed; left: 0; top: 0; bottom: 0; right: 0; overflow: auto; padding: 32px;"> + <div style="width: 100%; text-align: center;"> + <img src="images/wolfenstein3d-logo.png"></img> + </div> + <div class="clear"></div> + <div id="start" class="text readme" style="cursor: pointer; Color:black;"> +<img src="images/start.png"/> </div> + </div> + </div> + </body> + </html> + |