mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-10 04:02:28 +01:00
38 lines
1.5 KiB
HTML
38 lines
1.5 KiB
HTML
<!-- polr about -->
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>About Polr</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<link rel="stylesheet" href="bootstrap.css"/>
|
|
<link rel="stylesheet" href="main.css"/>
|
|
</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>
|
|
<li><a href="about.html">About</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="container">
|
|
<div class="jumbotron" style="text-align:center; padding-top:80px; background-color: rgba(0,0,0,0);">
|
|
<h1>Polr</h1><br><p>Crafted by <a href="http://xcyd.tk">Cydrobolt</a></p>
|
|
<div>
|
|
<h3>Contributors:</h3>
|
|
<ul>
|
|
<li><a href="http://techfilmer.com">Srijay Kasturi</a></li>
|
|
<li><a href="http://fwilson.me">Fwilson</a></li>
|
|
</ul>
|
|
<p>Thanks <a href="http://mywot.com">WOT</a> for checking the reputation of links we shorten</p>
|
|
</div>
|
|
|
|
</div>
|
|
<footer>
|
|
<p>© Copyright 2013 Polr</p>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|