| 1234567891011121314151617181920 | 
							- <!DOCTYPE html>
 
- <html lang="en">
 
- 	<head>
 
- 		<meta charset="utf-8" />
 
- 		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 
- 		<title>ip2location</title>
 
- 		<link rel="stylesheet" href="/styles.css?v=1" />
 
- 	</head>
 
- 	<body>
 
- 		<div class="wrapper">
 
- 			<h1><a href="/">ip2location</a></h1>
 
- 			<h2>{{$.Data.Additional.ClientIP}}</h2>
 
- 			<h2>{{$.Data.Additional.GeoIPData}}</h2>
 
- 			<form action="/" method="get">
 
- 				<input class="form-control" type="text" name="ip" value="{{$.Data.Additional.ClientIP}}" />
 
- 				<button class="btn blue" type="submit">Check</button>
 
- 			</form>
 
- 		</div>
 
- 	</body>
 
- </html>
 
 
  |