diff options
author | elioat <elioat@tilde.institute> | 2024-12-14 17:18:45 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-12-14 17:18:45 -0500 |
commit | 3d6485da59e89edc672466d168adfa5eb152c159 (patch) | |
tree | f8bf94a7b7d6b370a13ff3a96a4445e9eafc48c7 /html/plains/index.html | |
parent | d03aa9e95b865a2a89f0d89d4045d16aaef55d72 (diff) | |
download | tour-3d6485da59e89edc672466d168adfa5eb152c159.tar.gz |
*
Diffstat (limited to 'html/plains/index.html')
-rw-r--r-- | html/plains/index.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/html/plains/index.html b/html/plains/index.html index 508e7e0..492e93f 100644 --- a/html/plains/index.html +++ b/html/plains/index.html @@ -1,7 +1,10 @@ <!DOCTYPE html> <html lang="en"> <head> - <title>Top-down Adventure</title> + <title>Plains</title> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="description" content="Little black square wanted to be a fucking Jedi."> <style> * { margin: 0; @@ -23,4 +26,5 @@ <canvas id="gameCanvas"></canvas> <script src="game.js"></script> </body> -</html> \ No newline at end of file +</html> + |