Update index.php

This commit is contained in:
Lucas 2021-09-12 17:55:57 -03:00 committed by GitHub
parent e03e4f2dbd
commit 07b2e6ec64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ $entries = ($query) ? $mb->getEntries($query) : $mb->getEntries('all');
</head>
<body>
<a href="<?= $_SERVER['PHP_SELF'] ?>"><header>
<a href="?"><header>
<h1><img src="<?= $avatar ?>" alt="Avatar"> <?= $name ?> <span id="nick" style="font-weight:normal;font-size:50%">(<?php echo $nick ?>@<?php echo $_SERVER['HTTP_HOST'] ?>)</span></h1>
</header></a>
<div id="subh"><br>