No more inline style attributes

This commit is contained in:
Daniel Winzen
2020-10-15 19:38:52 +02:00
parent fe9971e979
commit 4ddc7de227
3 changed files with 7 additions and 7 deletions

View File

@ -111,5 +111,5 @@ if(!empty($_REQUEST['addr'])){
curl_close($ch);
}
}
echo '<br><p style="text-align:center;font-size:small;"><a target="_blank" href="https://github.com/DanWin/onion-link-list">Onion Link List - ' . VERSION . '</a></p>';
echo '<br><p class="software-link"><a target="_blank" href="https://github.com/DanWin/onion-link-list" rel="noopener">Onion Link List - ' . VERSION . '</a></p>';
echo '</body></html>';