summaryrefslogtreecommitdiff
path: root/views/layouts
diff options
context:
space:
mode:
authorMhykol <mchaeldonald62@pm.me>2024-05-03 10:56:46 -0400
committerMhykol <mchaeldonald62@pm.me>2024-05-03 10:56:46 -0400
commit8c814d79235a38465ef46052cf9a523d555a29e7 (patch)
tree1c50d136015e3759aa6c9743282692ed9d0df390 /views/layouts
Initial commit
Diffstat (limited to 'views/layouts')
-rw-r--r--views/layouts/footer.html5
-rw-r--r--views/layouts/header.html11
2 files changed, 16 insertions, 0 deletions
diff --git a/views/layouts/footer.html b/views/layouts/footer.html
new file mode 100644
index 0000000..0dcc077
--- /dev/null
+++ b/views/layouts/footer.html
@@ -0,0 +1,5 @@
+ </section>
+ <script src="/js/purify.js"></script>
+ <script src="/js/main.js"></script>
+ </body>
+</html>
diff --git a/views/layouts/header.html b/views/layouts/header.html
new file mode 100644
index 0000000..1a9b829
--- /dev/null
+++ b/views/layouts/header.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Cosmic Market</title>
+ <link rel="stylesheet" href="/css/main.css"/>
+ <link rel="stylesheet" href="/css/prism.css">
+ <meta name="description" content="EStore">
+ <meta name="keywords" content="EStore">
+ </head>
+ <body>
+ <section id="main"> \ No newline at end of file