Have IP address be displayed in code block

master
Buddy Sandidge 8 years ago
parent 3b715b3753
commit 7c8d5ca54f

@ -3,9 +3,13 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>What is My IP?</title> <title>What is My IP?</title>
<style> .ip { text-align: center; } </style> <style type="text/css">
.ip {
text-align: center;
}
</style>
</head> </head>
<body> <body>
<div class="ip">{{.IP}}</div> <code class="ip"><pre>{{.IP}}</pre></code>
</body> </body>
</html> </html>

Loading…
Cancel
Save