This commit is contained in:
Keep Creating Online
2025-01-08 14:54:13 -05:00
parent e307f2ed16
commit 4bd663253f
4 changed files with 71 additions and 19 deletions

View File

@@ -216,4 +216,18 @@ button:focus {
padding: 0.75rem;
}
}
footer {
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 4rem;
padding-top: 2rem;
}
footer a {
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
```

View File

@@ -19,7 +19,10 @@
<link href="css/style.css" rel="stylesheet" />
</head>
<body class="bg-gray-100">
<div id="app" class="container mx-auto px-4 py-8">
<div
id="app"
class="container mx-auto px-4 py-8 min-h-screen flex flex-col"
>
<!-- Header -->
<header class="mb-8">
<div class="flex items-start">
@@ -272,6 +275,19 @@
</div>
</div>
</div>
<footer class="mt-auto pb-8 text-center">
<a
href="https://bitvid.btc.us"
class="text-gray-500 hover:text-gray-400 transition-colors duration-200"
target="_blank"
rel="noopener noreferrer"
>
bitvid.btc.us
</a>
<p class="mt-2 text-xs text-gray-600 font-mono">
IPNS: k51qzi5uqu5dgwr4oejq9rk41aoe9zcupenby6iqecsk5byc7rx48uecd133a1
</p>
</footer>
<!-- Scripts -->
<!-- Load WebTorrent via CDN -->