Simple FI-domain availability checking

This commit is contained in:
Lauren Toivanen 2025-01-31 05:59:20 +02:00
commit d40bfca474
8 changed files with 267 additions and 0 deletions

23
index.html Normal file
View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/static/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{.Title}}</title>
</head>
<body>
<div class="cntrbox">
<h1>{{.Title}}</h1>
<p>
Will be able to manage. Or not.
</p>
<footer>
<hr>
<small>
2015 Jarkko Toivanen
</small>
</footer>
</div>
</body>
</html>