1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-10 04:02:28 +01:00
polr/404.html

29 lines
1.2 KiB
HTML
Raw Normal View History

2014-01-18 18:16:43 +01:00
<!-- polr 404 -->
<!DOCTYPE html>
<html>
<head>
<title>404 Polr</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="bootstrap.css"/>
2014-01-18 22:35:38 +01:00
<link rel="stylesheet" href="main.css"/>
2014-01-18 18:16:43 +01:00
</head>
<body style="padding-top:60px">
<div class="navbar navbar-inverse navbar-fixed-top">
<a class="navbar-brand" href="http://polr.cf">Polr</a>
<ul class="nav navbar-nav">
<li><a href="//github.com/Cydrobolt/polr">Github</a></li>
2014-01-19 15:32:12 +01:00
<li><a href-"about.html">About</a></li>
2014-01-18 18:16:43 +01:00
</ul>
</div>
<div class="container">
<div class="jumbotron" style="text-align:center; padding-top:80px; background-color: rgba(0,0,0,0);">
<h1>404</h1><br><h2>You step in the stream</h2><h2>But the water has moved on.</h2><h2>This page is not here</h2></div>
</div>
2014-01-18 20:19:12 +01:00
<footer>
2014-01-19 15:25:39 +01:00
<p>&copy; Copyright 2013 Polr - Special Thanks to <a href="http://mywot.com">WOT</a></p>
2014-01-18 20:19:12 +01:00
</footer>
2014-01-18 18:16:43 +01:00
</div>
</body>
</html>