All checks were successful
Build and Deploy koneko.rocks / build-and-deploy (push) Successful in 10s
19 lines
637 B
HTML
19 lines
637 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>koneko.rocks</title>
|
|
</head>
|
|
<body>
|
|
<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>
|