diff options
author | elioat <elioat@tilde.institute> | 2023-07-21 16:34:49 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2023-07-21 16:34:49 -0400 |
commit | 3c70c8ebb9a565bb893ee677f46c9d27f5b98c04 (patch) | |
tree | 6209b97641299164e797d27ed5272ee1c0a42cf6 /js/rotjs/index.html | |
parent | 5daf85f95c615df35437f9c5b918f18497434ad3 (diff) | |
download | tour-3c70c8ebb9a565bb893ee677f46c9d27f5b98c04.tar.gz |
*
Diffstat (limited to 'js/rotjs/index.html')
-rw-r--r-- | js/rotjs/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/js/rotjs/index.html b/js/rotjs/index.html new file mode 100644 index 0000000..978c648 --- /dev/null +++ b/js/rotjs/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <title>rot.js tutorial game</title> + <script src="/src/rot.min.js"></script> + <script src="/src/game.js"></script> + </head> + <body onload="Game.init()"></body> +</html> |