diff options
| author | s1n <[email protected]> | 2019-09-11 18:46:21 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-09-11 18:46:21 -0700 |
| commit | 7e704ee1fdab32255a013961d5935554655baaec (patch) | |
| tree | a0eb5213c4060bd6d4cae382c65feeae55a79dc5 /wolf3d/index.html | |
| parent | link proper css (diff) | |
| download | s1n.pw-admin-7e704ee1fdab32255a013961d5935554655baaec.tar.xz s1n.pw-admin-7e704ee1fdab32255a013961d5935554655baaec.zip | |
remove wolf3d, add credits to dino
Diffstat (limited to 'wolf3d/index.html')
| -rw-r--r-- | wolf3d/index.html | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/wolf3d/index.html b/wolf3d/index.html deleted file mode 100644 index cc0bec0..0000000 --- a/wolf3d/index.html +++ /dev/null @@ -1,34 +0,0 @@ - <!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="/wolf3d/css/build.css" rel="stylesheet"></link> - <script src="js/webkitAudioContextMonkeyPatch.js" type="text/javascript" language="javascript"></script> - <script async="" src="/wolf3d/js/a.js"></script> - <script language="javascript" type="text/javascript" src="/wolf3d/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> - <script src="/wolf3d/js/main.js"></script> - </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> - |