From 8233414683d15b55fec1e1cc2e9227acc51ede72 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 8 Jan 2025 01:25:07 +1100 Subject: Version 1.00, initial commit --- templates/core/entry | 5 +++++ templates/core/index | 11 +++++++++++ templates/core/page | 12 ++++++++++++ templates/footer | 1 + templates/header | 1 + 5 files changed, 30 insertions(+) create mode 100644 templates/core/entry create mode 100644 templates/core/index create mode 100644 templates/core/page create mode 100644 templates/footer create mode 100644 templates/header (limited to 'templates') diff --git a/templates/core/entry b/templates/core/entry new file mode 100644 index 0000000..ae3af04 --- /dev/null +++ b/templates/core/entry @@ -0,0 +1,5 @@ +
+
+ +
+
diff --git a/templates/core/index b/templates/core/index new file mode 100644 index 0000000..9d53d86 --- /dev/null +++ b/templates/core/index @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/templates/core/page b/templates/core/page new file mode 100644 index 0000000..10937cc --- /dev/null +++ b/templates/core/page @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/templates/footer b/templates/footer new file mode 100644 index 0000000..4a8bf4d --- /dev/null +++ b/templates/footer @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/header b/templates/header new file mode 100644 index 0000000..68adf2e --- /dev/null +++ b/templates/header @@ -0,0 +1 @@ +
\ No newline at end of file -- cgit v1.2.3