This commit is contained in:
Sebastian Korotkiewicz 2022-03-24 18:22:56 +01:00
parent bb1c009413
commit 156e70a9da
Signed by: grizzly
GPG Key ID: 5BDC557B496BDB0D
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ $output = array_map(function($word) {
<body>
<div class="app">
<header>
<span><a href="https://tilde.team/~grizzly" style="float: left;">~team</a></span>
<span><a href="https://tilde.team/~grizzly" style="float: left;">~grizzly</a></span>
<span class="quote">security does not exist, no system is safe</span>
<span><a href="https://tilde.team/">&lt;- back to tilde.team</a></span>
</header>

View File

@ -38,7 +38,7 @@ if (@$_GET['theme'] == 'light') {
<body>
<div class="app">
<header>
<span><a href="https://tilde.team/~grizzly" style="float: left;">~team</a></span>
<span><a href="https://tilde.team/~grizzly" style="float: left;">~grizzly</a></span>
<span class="quote">security does not exist, no system is safe</span>
<span><a href="https://tilde.team/">&lt;- back to tilde.team</a></span>
</header>