Update index.html
All checks were successful
Build and Deploy koneko.rocks / build-and-deploy (push) Successful in 10s

This commit is contained in:
koneko 2025-04-29 11:42:46 +00:00
parent c145bfb9a7
commit d6819f6933

View File

@ -6,6 +6,13 @@
<title>koneko.rocks</title>
</head>
<body>
Landing page. If you are seeing this, traefik and DDNS are working as intended. :)
<pre>
Temporary landing page until I decide something better to put here.
If you are seeing this:
it means DDNS is running and dynamically changing DNS records
it means that Caddy is successfully serving TLS certificates and reverse proxying this page
it means that this page is successfully deployed (source code: https://gitea.overflow.fun/koneko/koneko.rocks)
it means I wasted a lot of my time.
</pre>
</body>
</html>