aboutsummaryrefslogtreecommitdiff
path: root/tea/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'tea/template.html')
-rw-r--r--tea/template.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/tea/template.html b/tea/template.html
index ad90f7f..986abe0 100644
--- a/tea/template.html
+++ b/tea/template.html
@@ -9,10 +9,10 @@
</head>
<body>
<div class="header">
- <a href="./index.html">Home</a>
- <a href="./projects.html">Projects</a>
- <a href="./tea.html">Tea Tasting Notes</a>
- <a href="./about.html">About Me</a>
+ <a href="../index.html">Home</a>
+ <a href="../projects.html">Projects</a>
+ <a href="../tea.html">Tea Tasting Notes</a>
+ <a href="../about.html">About Me</a>
</div>
<div class="body">
<h1>Title</h1>
@@ -23,7 +23,7 @@
<!-- liquor, mouthfeel, flavour -->
</p>
- <h3>Rating: x/10</h3>
+ <p>Rating: x/10</p>
</div>
</body>
</html>