diff options
Diffstat (limited to 'blockgame/index.html')
-rw-r--r-- | blockgame/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/blockgame/index.html b/blockgame/index.html index a882e14..96dc561 100644 --- a/blockgame/index.html +++ b/blockgame/index.html @@ -4,6 +4,8 @@ <head> <title>WebGL Block Game</title> <link rel="stylesheet" href="/style.css"> + + <script src="webgl-min.js"></script> </head> <body> <center> |