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/copyright.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/copyright.html')
| -rw-r--r-- | wolf3d/html/copyright.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/wolf3d/html/copyright.html b/wolf3d/html/copyright.html deleted file mode 100644 index cee50f1..0000000 --- a/wolf3d/html/copyright.html +++ /dev/null @@ -1,27 +0,0 @@ -<div id="copyright"> - <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"/> - </div> - <div class="clear"></div> - <div> - <img src="images/cake.png"/> - </div> - <div class="readme process red">HAPPY BIRTHDAY!</div> - <div class="readme process">Mobile version coming soon...</div> - <div class="clear"></div> - <div class="text readme title">COPYRIGHT NOTICE</div> - <div class="clear"></div> - <div class="readme process">All rights belong to </div> - <a href="http://www.idsoftware.com" target="_blank"><span class="readme process cyan">id Software</span></a> - <br> - <div class="readme process">For further information please refer to </div> - <a href="COPYING.txt" target="_blank"><div class="readme process red">this document</div></a> - <div class="readme process">Developer contact</div> - <a href="mailto:[email protected]" target="_blank"><span class="readme process green">E-mail</span></a> - <div class="clear"></div> - <a href="app.crx.php" target="_blank"><span class="readme process title">Add game as Chrome Extension</span></a> - <div class="clear"></div> - <div id="start" class="text readme" style="cursor: pointer;">CLICK TO PLAY!</div> - </div> -</div> |