diff options
Diffstat (limited to 'js/pico-cam/index.html')
-rw-r--r-- | js/pico-cam/index.html | 7 |
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) { |