diff options
| author | Blaster4385 <[email protected]> | 2024-04-22 00:53:41 +0530 |
|---|---|---|
| committer | Blaster4385 <[email protected]> | 2024-04-22 23:13:08 +0530 |
| commit | 57f50462a54920d8a87aaefa1e6945338270ebe5 (patch) | |
| tree | 36a988b924284845aad4db769afd685a62d6dd54 /index.html | |
| parent | 9260dc0239d9e9c81c8ed104523f035bd5fd10a0 (diff) | |
fix: correctly handle local links
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |