diff options
author | elioat <elioat@tilde.institute> | 2024-01-06 14:52:10 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-01-06 14:52:10 -0500 |
commit | 02653392e6f4eefc6cde3cae4cba66e667053e3a (patch) | |
tree | a2e29546e9baab160c4121f33f5f5e06b588994e /js/peep/index.html | |
parent | 0e96c88697f9dd9b1b4b45b084a7a28c2f47b524 (diff) | |
download | tour-02653392e6f4eefc6cde3cae4cba66e667053e3a.tar.gz |
*'
Diffstat (limited to 'js/peep/index.html')
-rw-r--r-- | js/peep/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/js/peep/index.html b/js/peep/index.html new file mode 100644 index 0000000..bca8de2 --- /dev/null +++ b/js/peep/index.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>peep</title> + <style> + body, html, #peep { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + </style> +</head> +<body> + <canvas id="peep"></canvas> + <script src="app.js"></script> +</body> +</html> \ No newline at end of file |