ansible/roles/geoip-city-wsgi/proxy/files/index.html
2014-12-17 19:33:50 +00:00

40 lines
1.4 KiB
HTML

<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<link type="text/css" rel="stylesheet" href="https://apps.fedoraproject.org/bootstrap/css/bootstrap.min.css">
<style>
body {
background: url(globe.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#textbits {
position: fixed;
top:300px;
left: 75px;
max-width: 375px;
}
.footer {
padding: 40px;
}
</style>
</head>
<body>
<div id="textbits">
<h1>geoip</h1>
<p class="lead">
This service is running
<a href="https://github.com/fedora-infra/geoip-city-wsgi">geoip city wsgi</a>.
</p><hr>
<a class="btn btn-default" href="https://geoip.fedoraproject.org/city">Try it out!</a>
<div class="clearfix"></div>
<div class="footer text-center"><small class="text-muted"><a href="https://commons.wikimedia.org/wiki/File:3quarter_globe.jpg">Original
globe image</a> by Minnesota Historical Society <a href="http://www.gnu.org/copyleft/fdl.html">GFDL</a> or <a href="http://creativecommons.org/licenses/by-sa/3.0">CC-BY-SA-3.0</a>,
via Wikimedia Commons.
</small></div>
<p></p>
</div>
</body></html>