Home
/
river.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
755e286
)
fix: mobile
author
xangelo
<me@xangelo.ca>
Tue, 30 Jan 2024 15:05:58 +0000
(10:05 -0500)
committer
xangelo
<me@xangelo.ca>
Tue, 30 Jan 2024 15:05:58 +0000
(10:05 -0500)
src/public/index.html
patch
|
blob
|
history
diff --git
a/src/public/index.html
b/src/public/index.html
index 87b502a5df3caf825036694f567b995b7219e692..da49a912d24f99ff568d2b4f25395197ec38e329 100644
(file)
--- a/
src/public/index.html
+++ b/
src/public/index.html
@@
-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>