From 9934dd538b0ce116e3b1600272cb46369b082246 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 2 Feb 2022 13:34:47 +0800 Subject: init commit --- www/templates/footer.html | 4 ++++ www/templates/head.html | 10 ++++++++++ www/templates/header.html | 17 +++++++++++++++++ www/templates/index.md | 1 + 4 files changed, 32 insertions(+) create mode 100644 www/templates/footer.html create mode 100644 www/templates/head.html create mode 100644 www/templates/header.html create mode 100644 www/templates/index.md (limited to 'www/templates') diff --git a/www/templates/footer.html b/www/templates/footer.html new file mode 100644 index 0000000..9e87e02 --- /dev/null +++ b/www/templates/footer.html @@ -0,0 +1,4 @@ + diff --git a/www/templates/head.html b/www/templates/head.html new file mode 100644 index 0000000..ede99c9 --- /dev/null +++ b/www/templates/head.html @@ -0,0 +1,10 @@ + + + + + + Dummy Site + + + + diff --git a/www/templates/header.html b/www/templates/header.html new file mode 100644 index 0000000..a77079a --- /dev/null +++ b/www/templates/header.html @@ -0,0 +1,17 @@ +
+ + +
diff --git a/www/templates/index.md b/www/templates/index.md new file mode 100644 index 0000000..5743a19 --- /dev/null +++ b/www/templates/index.md @@ -0,0 +1 @@ +> There should be a intro for this site, but I cannot came up with any idea about this... -- cgit v1.2.3-70-g09d2