Mercurial > code > home > repos > video
diff src/index.html @ 22:ff73b95fc72f
frontend cleanups and improvements. this commit contains some future work too
author | drewp@bigasterisk.com |
---|---|
date | Mon, 17 Apr 2023 13:33:05 -0700 |
parents | 9e94454560de |
children | 1a9a8af1aa19 |
line wrap: on
line diff
--- a/src/index.html Mon Apr 17 00:43:37 2023 -0700 +++ b/src/index.html Mon Apr 17 13:33:05 2023 -0700 @@ -2,6 +2,7 @@ <html> <head> <title>video on bigasterisk</title> + <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" media="screen" href="./main.css" /> <script type="module" src="./main.ts"></script> </head>