diff options
author | elioat <elioat@tilde.institute> | 2024-02-19 07:48:29 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-02-19 07:48:29 -0500 |
commit | fb5826dd545131084a7b2a032766c6f2c457c14c (patch) | |
tree | 272b264455329adf145617666439b5e8746eaf15 /js/mountain/index.html | |
parent | 0d7b8bddebc31146192de8761c262ee3ed9c6824 (diff) | |
download | tour-fb5826dd545131084a7b2a032766c6f2c457c14c.tar.gz |
*
Diffstat (limited to 'js/mountain/index.html')
-rw-r--r-- | js/mountain/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/js/mountain/index.html b/js/mountain/index.html new file mode 100644 index 0000000..016ad87 --- /dev/null +++ b/js/mountain/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>mountain</title> + <script src="game.js"></script> +</head> +<body> + <canvas id="mountain"></canvas> +</body> +</html> \ No newline at end of file |