mirror of
https://github.com/mpolden/echoip.git
synced 2024-11-10 07:27:22 +01:00
Add basic HTML template
This commit is contained in:
parent
0297203aa0
commit
afebbf00f5
13
index.html
Normal file
13
index.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>What is my IP address — 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>
|
Loading…
Reference in New Issue
Block a user