Simple FI-domain availability checking
This commit is contained in:
commit
d40bfca474
8 changed files with 267 additions and 0 deletions
23
index.html
Normal file
23
index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue