fix: mobile
authorxangelo <me@xangelo.ca>
Tue, 30 Jan 2024 15:05:58 +0000 (10:05 -0500)
committerxangelo <me@xangelo.ca>
Tue, 30 Jan 2024 15:05:58 +0000 (10:05 -0500)
src/public/index.html

index 87b502a5df3caf825036694f567b995b7219e692..da49a912d24f99ff568d2b4f25395197ec38e329 100644 (file)
@@ -1,8 +1,9 @@
 <!doctype html>
-<html>
+<html lang="en">
   <head>
     <title>River</title>
     <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
     <link rel="stylesheet" href="https://classless.de/classless.css">
     <link rel="stylesheet" href="./style.css">
     <script src="https://unpkg.com/htmx.org@1.9.10"></script>