aboutsummaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-10-31 17:25:46 +0000
committerAkshay <[email protected]>2024-10-31 17:25:46 +0000
commit6555c541e1d3ffeffc811e17dd1a69c1d3e0a314 (patch)
tree37f9d56388ab43123b3ef3de9926965af5572a2d /src/views
parent5de14f99c9e9b0d20e8768b1373e172af595c648 (diff)
improve styles
Diffstat (limited to 'src/views')
-rw-r--r--src/views/comments.pug1
-rw-r--r--src/views/subs.pug1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/views/comments.pug b/src/views/comments.pug
index 7bd1f9e..0898a9c 100644
--- a/src/views/comments.pug
+++ b/src/views/comments.pug
@@ -4,6 +4,7 @@ doctype html
4html 4html
5 head 5 head
6 meta(charset='UTF-8') 6 meta(charset='UTF-8')
7 meta(name="viewport" content="width=device-width, initial-scale=1.0")
7 title reddit 8 title reddit
8 link(rel='stylesheet', href='/styles.css') 9 link(rel='stylesheet', href='/styles.css')
9 script(src="https://cdn.dashjs.org/latest/dash.all.min.js") 10 script(src="https://cdn.dashjs.org/latest/dash.all.min.js")
diff --git a/src/views/subs.pug b/src/views/subs.pug
index 038cd15..a6bbb7b 100644
--- a/src/views/subs.pug
+++ b/src/views/subs.pug
@@ -4,6 +4,7 @@ doctype html
4html 4html
5 head 5 head
6 meta(charset='UTF-8') 6 meta(charset='UTF-8')
7 meta(name="viewport" content="width=device-width, initial-scale=1.0")
7 title reddit 8 title reddit
8 link(rel='stylesheet', href='/styles.css') 9 link(rel='stylesheet', href='/styles.css')
9 10