made links work on tilde.team/~reallyniceusername/

This commit is contained in:
reallyniceusername 2023-06-11 09:49:12 +00:00
parent 2cba516c84
commit b40723a7ce

View File

@ -1,8 +1,8 @@
<div class="container">
<h1>
<strong>
<a href='/'>~<?=$user?></a>&emsp;
<a href='/about.php'>about</a>
<a href='./'>~<?=$user?></a>&emsp;
<a href='./about.php'>about</a>
</strong>
</h1>
</div>