From 1cfed2612fd1042a15d470a44ec87588c966dc12 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Tue, 25 Oct 2022 23:26:31 +0200 Subject: hootstream... dark mode only --- views/pages/stream.ejs | 9 ++ views/partials/hootstream.ejs | 276 ++++++++++++++++++++++++++++++++++++++++++ views/partials/scripts.ejs | 4 + 3 files changed, 289 insertions(+) create mode 100644 views/pages/stream.ejs create mode 100644 views/partials/hootstream.ejs (limited to 'views') diff --git a/views/pages/stream.ejs b/views/pages/stream.ejs new file mode 100644 index 0000000..575d88a --- /dev/null +++ b/views/pages/stream.ejs @@ -0,0 +1,9 @@ +<% include ../partials/header %> + +
+ +
+<% include ../partials/hootstream %> +<% include ../partials/threads %> + +<% include ../partials/footer %> diff --git a/views/partials/hootstream.ejs b/views/partials/hootstream.ejs new file mode 100644 index 0000000..988df01 --- /dev/null +++ b/views/partials/hootstream.ejs @@ -0,0 +1,276 @@ +
+
+
+ + +
+
+
+
+ + + + + + + + + + + + + +
+
+ + \ No newline at end of file diff --git a/views/partials/scripts.ejs b/views/partials/scripts.ejs index 765bf61..6cfaf4d 100644 --- a/views/partials/scripts.ejs +++ b/views/partials/scripts.ejs @@ -32,6 +32,10 @@ + + + + -- cgit v1.2.3-70-g09d2