From 8c814d79235a38465ef46052cf9a523d555a29e7 Mon Sep 17 00:00:00 2001 From: Mhykol Date: Fri, 3 May 2024 10:56:46 -0400 Subject: Initial commit --- views/layouts/footer.html | 5 +++++ views/layouts/header.html | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 views/layouts/footer.html create mode 100644 views/layouts/header.html (limited to 'views/layouts') 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 @@ + + + + + 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 @@ + + + + Cosmic Market + + + + + + +
\ No newline at end of file -- cgit v1.2.3-70-g09d2