From dca685c79b587d17e13c5da51ef67aa2e71b891c Mon Sep 17 00:00:00 2001 From: Ariel Costas <94913521+arielcostas@users.noreply.github.com> Date: Thu, 23 Nov 2023 23:24:28 +0100 Subject: Super basic start --- layouts/partials/footer.html | 12 ++++++++++++ layouts/partials/header.html | 1 + 2 files changed, 13 insertions(+) create mode 100644 layouts/partials/footer.html create mode 100644 layouts/partials/header.html (limited to 'layouts/partials') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..7c568ad --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,12 @@ + + + \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..13b2722 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1 @@ +

CostasDEV

\ No newline at end of file -- cgit v1.3