about summary refs log tree commit diff stats
path: root/js/pico-cam/index.html
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-06-30 18:44:30 -0400
committerelioat <elioat@tilde.institute>2024-06-30 18:44:30 -0400
commit94ef47906aa9a3587efe2f88b508ebbe098ef342 (patch)
tree89e03fa48692ae5eaaf914da972e3b160912a43d /js/pico-cam/index.html
parentf29758cfe8e233fa9d011f3eb7083123bfd40cd5 (diff)
downloadtour-94ef47906aa9a3587efe2f88b508ebbe098ef342.tar.gz
*
Diffstat (limited to 'js/pico-cam/index.html')
-rw-r--r--js/pico-cam/index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/js/pico-cam/index.html b/js/pico-cam/index.html
index 7b8798a..c12f4da 100644
--- a/js/pico-cam/index.html
+++ b/js/pico-cam/index.html
@@ -4,6 +4,11 @@
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>Pico Cam</title>
+    <!-- add favicon -->
+    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
+    <link rel="icon" href="favicon.ico" type="image/x-icon">
+    <meta name="theme-color" content="#EEE1C6">
+    <meta name="description" content="For those times when you need a Gameboy camera but only have a phone.">
     <style>
         body {
             background-color: beige;
@@ -77,7 +82,7 @@
         <video id="webcam" autoplay playsinline style="display:none;"></video>
         <canvas id="ditheredOutput"></canvas>
     </div>
-    <script src="video.js"></script>
+    <script src="pico-cam.js"></script>
     <script>
         // Check if Service Workers are supported
         if ('serviceWorker' in navigator) {