Initial index page

This commit is contained in:
Stuart Longland 2018-01-06 18:23:22 +10:00
parent 7eed4704f1
commit de5d04aea1
Signed by: stuartl
GPG Key ID: 6AA32EFB18079BAA

17
hadsh/index.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8"/>
<title>Hackaday.io Spambot Hunter Project</title>
</head>
<body>
<h1>Hackaday.io Spambot Hunter Project</h1>
<p>
Sorry, not much to see yet.
</p>
</body>
</html>