From adb9b1d5d87fbb1a1fea347b4d1aae7e67a3955d Mon Sep 17 00:00:00 2001 From: julian laplace Date: Thu, 27 Oct 2022 17:19:25 +0200 Subject: file sorting --- views/partials/audio.ejs | 23 +++++++++++++++++++++++ views/partials/footer.ejs | 2 +- views/partials/player.ejs | 23 ----------------------- 3 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 views/partials/audio.ejs delete mode 100644 views/partials/player.ejs (limited to 'views') diff --git a/views/partials/audio.ejs b/views/partials/audio.ejs new file mode 100644 index 0000000..9b7c58b --- /dev/null +++ b/views/partials/audio.ejs @@ -0,0 +1,23 @@ +
+
+
+
+
+ The player is unloaded +
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index 548b0bf..c12252c 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -1,5 +1,5 @@ -<% include ../partials/player %> +<% include ../partials/audio %> <% include ../partials/404 %> diff --git a/views/partials/player.ejs b/views/partials/player.ejs deleted file mode 100644 index 8e58ff1..0000000 --- a/views/partials/player.ejs +++ /dev/null @@ -1,23 +0,0 @@ -
-
-
-
-
- The player is unloaded -
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
\ No newline at end of file -- cgit v1.2.3-70-g09d2