summaryrefslogtreecommitdiffhomepage
path: root/www/templates
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-02-02 13:34:47 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-30 21:09:29 +0800
commit9934dd538b0ce116e3b1600272cb46369b082246 (patch)
tree2f28c6c362201151eaf8218e566479ed7eb72070 /www/templates
init commit
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/footer.html4
-rw-r--r--www/templates/head.html10
-rw-r--r--www/templates/header.html17
-rw-r--r--www/templates/index.md1
4 files changed, 32 insertions, 0 deletions
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 @@
1<footer>
2 <address><a href="mailto:info@topo.tw">info@topo.tw</a></address> |
3 <a href="http://creativecommons.org/publicdomain/zero/1.0" rel="license noopener noreferrer">CC0 1.0</a>
4</footer>
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 @@
1<head>
2 <meta charset="UTF-8">
3 <meta name="viewport" content="width=device-width, initial-scale=1.0">
4 <meta http-equiv="X-UA-Compatible" content="ie=edge">
5
6 <title>Dummy Site</title>
7
8 <link rel="stylesheet" href="/style.css">
9 <link rel="icon" href="/favicon.ico" type="image/x-icon">
10</head>
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 @@
1<header>
2 <nav class="left">
3 <a href="/">Home</a> |
4 <a href="/about.html" data-tooltip="About this site">About</a> |
5 <a href="/posts/">Posts</a> |
6 <a href="/projects.html" data-tooltip="Not valid now...">Projects</a> |
7 <!--
8 <a href="/links.html" data-tooltip="Cool sites you might be interested">Links</a>
9 -->
10 <a href="/links.html" data-tooltip="Not valid now...">Links</a>
11 </nav>
12 <nav class="right">
13 <a href="/rss.xml" data-tooltip="Not valid now...">RSS</a> |
14 <a href="https://git.topo.tw" data-tooltip="Public Git Repos">Code</a> |
15 <a href="/gpg.asc">GPG</a>
16 </nav>
17</header>
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...