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/html/loadgame.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/html/loadgame.html')
| -rw-r--r-- | wolf3d/html/loadgame.html | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/wolf3d/html/loadgame.html b/wolf3d/html/loadgame.html deleted file mode 100644 index 3fb91bc..0000000 --- a/wolf3d/html/loadgame.html +++ /dev/null @@ -1,38 +0,0 @@ -<div id="loadgame" class="menu"> - <img src="images/loadgame.png" class="title"/> - <img src="images/loadgame-stripes.png" class="stripes"/> - <img src="images/menu-help.png" class="help"/> - <div class="options"> - <div id="loadcursor" class="cursor"></div> - <div class="slot empty selected"> - <div class="text highscores">- empty -</div> - </div> - <div class="slot empty"> - <div class="text small">- empty -</div> - </div> - <div class="slot empty"> - <div class="text small">- empty -</div> - </div> - <div class="slot empty"> - <div class="text small">- empty -</div> - </div> - <div class="slot empty"> - <div class="text small">- empty -</div> - </div> - <div class="slot empty"> - <div class="text small">- empty -</div> - </div> - <div class="slot empty"> - <div class="text small">- empty -</div> - </div> - <div class="slot empty"> - <div class="text small">- empty -</div> - </div> - <div class="slot empty"> - <div class="text small">- empty -</div> - </div> - <div class="slot empty"> - <div class="text small">- empty -</div> - </div> - </div> -</div> |