Add status page to header

This commit is contained in:
Melon 2024-05-31 15:05:47 +01:00
parent 6542eab2c2
commit 4b11889f9b
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
2 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,9 @@
<ul class="flex space-x-8">
<li><a href="https://1f349.com" target="_blank">1f349.com</a></li>
</ul>
<ul class="flex space-x-8">
<li><a href="https://status.1f349.com" target="_blank">Status</a></li>
</ul>
</nav>
</div>
</div>

View File

@ -1,5 +1,5 @@
{
"name": "lavender",
"name": "1f349-themes",
"version": "0.0.1",
"main": "index.js",
"author": "MrMelon54",