diff options
Diffstat (limited to 'tea')
-rw-r--r-- | tea/W2T-2022-BoatCaptain.html | 10 | ||||
-rw-r--r-- | tea/template.html | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/tea/W2T-2022-BoatCaptain.html b/tea/W2T-2022-BoatCaptain.html index e1e1d85..1eeb87c 100644 --- a/tea/W2T-2022-BoatCaptain.html +++ b/tea/W2T-2022-BoatCaptain.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>White2Tea 2022 Boat Captain</h1> @@ -26,7 +26,7 @@ settles into a malty sweetness. </p> - <h3>Rating: 8/10</h3> + <p>Rating: 8/10</p> </div> </body> </html> 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> |