From afebbf00f53dd2673ba99c5ad9e5296be7d3bee8 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Mon, 19 Nov 2012 19:50:32 +0100 Subject: [PATCH] Add basic HTML template --- index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..7e03367 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + What is my IP address — ifconfig.co + + + + +

What is my IP address?

+

Your IP address is {{ .Host }}

+ +