From 83c938702eb67bd6d154bb98b632e64e5e7e183f Mon Sep 17 00:00:00 2001
From: julian laplace
Date: Thu, 27 Oct 2022 16:42:57 +0200
Subject: add player and image viewer
---
views/partials/footer.ejs | 1 +
views/partials/header.ejs | 1 +
views/partials/player.ejs | 23 +++++++++++++++++++++++
views/partials/scripts.ejs | 1 +
4 files changed, 26 insertions(+)
create mode 100644 views/partials/player.ejs
(limited to 'views/partials')
diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs
index edae257..548b0bf 100644
--- a/views/partials/footer.ejs
+++ b/views/partials/footer.ejs
@@ -1,4 +1,5 @@
+<% include ../partials/player %>
<% include ../partials/404 %>
diff --git a/views/partials/player.ejs b/views/partials/player.ejs
new file mode 100644
index 0000000..8e58ff1
--- /dev/null
+++ b/views/partials/player.ejs
@@ -0,0 +1,23 @@
+
+
+
+
+
+ The player is unloaded
+
+
+
+
+
+
+

+

+
+
+
+
+
\ No newline at end of file
diff --git a/views/partials/scripts.ejs b/views/partials/scripts.ejs
index bf65bff..0d69bd3 100644
--- a/views/partials/scripts.ejs
+++ b/views/partials/scripts.ejs
@@ -52,6 +52,7 @@
+
--
cgit v1.2.3-70-g09d2