From e72a9e5911b0fcfdaf8048400b055fe03391ad30 Mon Sep 17 00:00:00 2001 From: Mhykol Date: Sun, 16 Jun 2024 03:13:55 -0400 Subject: Added examples --- examples/layouts/footer.html | 15 +++++++++++++++ examples/layouts/header.html | 27 +++++++++++++++++++++++++++ examples/layouts/loading.html | 12 ++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 examples/layouts/footer.html create mode 100644 examples/layouts/header.html create mode 100644 examples/layouts/loading.html (limited to 'examples/layouts') diff --git a/examples/layouts/footer.html b/examples/layouts/footer.html new file mode 100644 index 0000000..9b2c673 --- /dev/null +++ b/examples/layouts/footer.html @@ -0,0 +1,15 @@ + + + + + + diff --git a/examples/layouts/header.html b/examples/layouts/header.html new file mode 100644 index 0000000..165133b --- /dev/null +++ b/examples/layouts/header.html @@ -0,0 +1,27 @@ + + + + Welcome to my website! + + + + + + + +
diff --git a/examples/layouts/loading.html b/examples/layouts/loading.html new file mode 100644 index 0000000..e8157e7 --- /dev/null +++ b/examples/layouts/loading.html @@ -0,0 +1,12 @@ +
+
+
+
+
+
+
+
+
+
+
+
-- cgit v1.2.3-70-g09d2