Compare commits

...

2 Commits

2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
</head>
<body>
<?php include("nav.php"); ?>
<h3>WARNING: PLEASE USE <a href='https://reallyniceusername.tilde.team'>reallyniceusername.tilde.team</a> instead of <a href='https://tilde.team/~reallyniceusername/'>tilde.team/~reallyniceusername</a><h3>
<!-- <h3>WARNING: PLEASE USE <a href='https://reallyniceusername.tilde.team'>reallyniceusername.tilde.team</a> instead of <a href='https://tilde.team/~reallyniceusername/'>tilde.team/~reallyniceusername</a><h3> !-->

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>