diff options
| author | s1nical <[email protected]> | 2019-08-16 05:58:53 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-16 05:58:53 -0700 |
| commit | bec4e31ea85e53445d29490824fb61035cccfe75 (patch) | |
| tree | 5d35f61da07ec0b2ac9d17fd50b301f8fdc5699e /wolf3d/index.html | |
| parent | add wolfenstein 3d to games directory (diff) | |
| download | s1n.pw-admin-bec4e31ea85e53445d29490824fb61035cccfe75.tar.xz s1n.pw-admin-bec4e31ea85e53445d29490824fb61035cccfe75.zip | |
various removals, fixes, changes
- remove license, readme
- update humans
- resources > doc
- todo.todo > spike/todo.todo
- mobile excludes for space invaders and wolf3d
Diffstat (limited to 'wolf3d/index.html')
| -rw-r--r-- | wolf3d/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/wolf3d/index.html b/wolf3d/index.html index d269b37..cc0bec0 100644 --- a/wolf3d/index.html +++ b/wolf3d/index.html @@ -4,12 +4,13 @@ <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> + <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="js/a.js"></script> - <script language="javascript" type="text/javascript" src="js/build.js"></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"> |