diff options
author | elioat <hi@eli.li> | 2024-01-06 19:56:01 -0500 |
---|---|---|
committer | elioat <hi@eli.li> | 2024-01-06 19:56:01 -0500 |
commit | 57467640944f2714b80237e67b143e95be6a34d1 (patch) | |
tree | 16a5e258bed3491abe785dc9c11b08a83783dd17 /js/starting-place/index.html | |
parent | e0c4b62252b3a507ac0dd4272cd37a255dd4c9ba (diff) | |
download | tour-57467640944f2714b80237e67b143e95be6a34d1.tar.gz |
*
Diffstat (limited to 'js/starting-place/index.html')
-rw-r--r-- | js/starting-place/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/js/starting-place/index.html b/js/starting-place/index.html new file mode 100644 index 0000000..060666a --- /dev/null +++ b/js/starting-place/index.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>starting place</title> + <style> + body { + margin: 0; + padding: 0; + } + #game { + display: block; + } + </style> +</head> +<body> + <canvas id="game"></canvas> + <script src="game.js"></script> +</body> +</html> \ No newline at end of file |