Fix footer url
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
ec38c59631
commit
5a0f3c5dda
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
|
|||
<body class="bg-zinc-800">
|
||||
<div class="flex flex-col items-center space-y-12">
|
||||
<h2 class="text-3xl font-bold text-gray-300">
|
||||
Obsolute Paste - baalajimaestro
|
||||
Obsolute Paste
|
||||
</h2>
|
||||
{% block content %}
|
||||
<p
|
||||
|
@ -50,7 +50,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
|
|||
<a href="https://links.baalajimaestro.me" class="mr-4 hover:underline md:mr-6">Links</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://links.baalajimaestro.me" class="mr-4 hover:underline md:mr-6">Source Code</a>
|
||||
<a href="https://git.baalajimaestro.me/baalajimaestro/obsolute-paste" class="mr-4 hover:underline md:mr-6">Source Code</a>
|
||||
</li>
|
||||
<li>
|
||||
Powered by <a href="https://actix.rs" class="hover:underline">Actix</a> & <a href="https://obsidian.md" class="mr-4 hover:underline md:mr-6">Obsidian</a>
|
||||
|
|
Loading…
Reference in a new issue