Add basic HTML template

This commit is contained in:
Martin Polden 2012-11-19 19:50:32 +01:00
parent 0297203aa0
commit afebbf00f5

13
index.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>What is my IP address &mdash; ifconfig.co</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Lookup my IP address">
</head>
<body>
<h1>What is my IP address?</h1>
<p>Your IP address is <strong>{{ .Host }}</strong></p>
</body>
</html>