summaryrefslogtreecommitdiffstats
path: root/blockgame/index.html
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2021-12-29 12:11:44 -0500
committerJon Santmyer <jon@jonsantmyer.com>2021-12-29 12:11:44 -0500
commitd574b18884401d2a0a1f8d4422c1512de3dcbee6 (patch)
treef08466db076564aae7bfa685a9a733bfc20c3dd7 /blockgame/index.html
parent9acfb6bfffc31e39dfb273f870a2235e5968ffc9 (diff)
downloadwebsite-d574b18884401d2a0a1f8d4422c1512de3dcbee6.tar.gz
website-d574b18884401d2a0a1f8d4422c1512de3dcbee6.tar.bz2
website-d574b18884401d2a0a1f8d4422c1512de3dcbee6.zip
Change style for better readability.
style.css overhaul, now resembles windows 3.1 UI. slight change to intro text. reposition buttons to right edge. projects box. diheap project summary and download page.
Diffstat (limited to 'blockgame/index.html')
-rw-r--r--blockgame/index.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/blockgame/index.html b/blockgame/index.html
deleted file mode 100644
index 96dc561..0000000
--- a/blockgame/index.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-
-<html>
- <head>
- <title>WebGL Block Game</title>
- <link rel="stylesheet" href="/style.css">
-
- <script src="webgl-min.js"></script>
- </head>
- <body>
- <center>
- <div style="margin: 0;position:absolute;top:50%;left:50%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);">
- <canvas id="glCanvas" width="1024" height="768"></canvas>
- </div>
- </center>
- <script type="module" src="main.js"></script>
- </body>
-</html>