summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorBlaster4385 <[email protected]>2024-04-22 00:53:41 +0530
committerBlaster4385 <[email protected]>2024-04-22 23:13:08 +0530
commit57f50462a54920d8a87aaefa1e6945338270ebe5 (patch)
tree36a988b924284845aad4db769afd685a62d6dd54 /index.html
parent9260dc0239d9e9c81c8ed104523f035bd5fd10a0 (diff)
fix: correctly handle local links
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index b7d1822..8a71920 100644
--- a/index.html
+++ b/index.html
@@ -36,7 +36,7 @@
<body>
<main class="container">
<header id="header">
- <h1>$ tablaster.dev</h1>
+ <h1><a href="/">$ tablaster.dev</a></h1>
</header>
<div id="markdown"></div>
</main>