From 5d4652e6bc0009b32bfe1b1a4fc9b7431cd8fe88 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Wed, 4 Sep 2024 20:10:41 +0200 Subject: Initial commit --- includes/.htaccess | 1 + includes/template_end.html | 2 ++ includes/template_head_end.html | 18 ++++++++++++++++++ includes/template_head_start.html | 13 +++++++++++++ includes/template_start.html | 2 ++ 5 files changed, 36 insertions(+) create mode 100644 includes/.htaccess create mode 100644 includes/template_end.html create mode 100644 includes/template_head_end.html create mode 100644 includes/template_head_start.html create mode 100644 includes/template_start.html (limited to 'includes') diff --git a/includes/.htaccess b/includes/.htaccess new file mode 100644 index 0000000..a13210a --- /dev/null +++ b/includes/.htaccess @@ -0,0 +1 @@ +#Require all denied diff --git a/includes/template_end.html b/includes/template_end.html new file mode 100644 index 0000000..308b1d0 --- /dev/null +++ b/includes/template_end.html @@ -0,0 +1,2 @@ + + diff --git a/includes/template_head_end.html b/includes/template_head_end.html new file mode 100644 index 0000000..1aa5f12 --- /dev/null +++ b/includes/template_head_end.html @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + +" background="/images/leather.gif" text="" link="" vlink="" alink=""> diff --git a/includes/template_head_start.html b/includes/template_head_start.html new file mode 100644 index 0000000..8a4cac4 --- /dev/null +++ b/includes/template_head_start.html @@ -0,0 +1,13 @@ + + + + + + <!--#echo var="PAGE_TITLE"--> - Mystic House Fansite + diff --git a/includes/template_start.html b/includes/template_start.html new file mode 100644 index 0000000..63e9f81 --- /dev/null +++ b/includes/template_start.html @@ -0,0 +1,2 @@ + + -- cgit v1.2.3