summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-08-04 23:43:25 +0200
committernea <nea@nea.moe>2023-08-04 23:43:25 +0200
commit77a17e0f7e5d20e7fd7e8d880980b7e3c68c28a8 (patch)
tree8cf65a841e236e4b77edce2576ec4aec98b4c93d /template.html
parent2563bf526aa47b2a3e2ec3b30eff9b9f808dd270 (diff)
downloadechowebsite-master.tar.gz
echowebsite-master.tar.bz2
echowebsite-master.zip
Add about pages and page indexHEADmaster
Diffstat (limited to 'template.html')
-rw-r--r--template.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/template.html b/template.html
index d8abe1e..ef2d94f 100644
--- a/template.html
+++ b/template.html
@@ -10,7 +10,7 @@
<meta http-equiv="X-UA-Compatible" content="ie-edge" />
</head>
<body>
- <nav class="border fixed split-nav">
+ <nav class="border split-nav">
<div class="nav-brand">
<h3><a href="#">ECHO</a></h3>
</div>
@@ -23,8 +23,8 @@
</label>
<div class="collapsible-body">
<ul class="inline">
- <li><a href="#">About</a></li>
- <li><a href="#">Blog</a></li>
+ <li><a href="./about.html">About</a></li>
+ <li><a href="./index.html">Blog</a></li>
<li><a href="https://github.com/exhq">GitHub</a></li>
</ul>
</div>