diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-08-22 07:29:46 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-08-22 07:29:46 -0400 |
| commit | 339cbc202a520d8acd7e9f280e62ac576fcd355b (patch) | |
| tree | 34a9e66d229200585366003e7f2397667a4ec019 /cmd/hdrwtch/web.templ | |
| parent | abf86898d87d0d9bad311f9fb7eb48e9cffa82f1 (diff) | |
| download | x-339cbc202a520d8acd7e9f280e62ac576fcd355b.tar.xz x-339cbc202a520d8acd7e9f280e62ac576fcd355b.zip | |
cmd/hdrwtch: fix a button
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/hdrwtch/web.templ')
| -rw-r--r-- | cmd/hdrwtch/web.templ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/hdrwtch/web.templ b/cmd/hdrwtch/web.templ index 0cc6675..f5b749f 100644 --- a/cmd/hdrwtch/web.templ +++ b/cmd/hdrwtch/web.templ @@ -205,7 +205,7 @@ templ homePage() { <div class="frosted-glass p-10 text-center"> <h1 class="text-4xl font-extrabold text-blue-600">Monitor Last-Modified Headers with hdrwtch</h1> <p class="mt-4 text-lg text-gray-700">Stay updated with the latest changes on any URL by tracking the Last-Modified headers effortlessly.</p> - <a href="#" class="mt-8 inline-block bg-blue-600 text-white font-semibold py-3 px-6 rounded shadow hover:bg-blue-700">Get Started</a> + <a href="/login" class="mt-8 inline-block bg-blue-600 text-white font-semibold py-3 px-6 rounded shadow hover:bg-blue-700">Get Started</a> </div> </div> </section> |
