1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 23:21:47 +02:00
polr/index.html
2014-01-18 14:18:47 -05:00

27 lines
1.4 KiB
HTML

<!-- polr -->
<!DOCTYPE html>
<html>
<head>
<title>Polr</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="bootstrap.css"/>
</head>
<body style="padding-top:60px">
<div class="navbar navbar-inverse navbar-fixed-top">
<a class="navbar-brand" href="#">Polr</a>
<ul class="nav navbar-nav">
<li><a href="//github.com/Cydrobolt/polr">Github</a></li>
</ul>
</div>
<div class="container">
<div class="jumbotron" style="text-align:center; padding-top:80px; background-color: rgba(0,0,0,0);">
<form method="GET" action="createurl.php" role="form">URL:<input type="text" class="form-control" placeholder="URL" id="url" value="http://" name="urlr" /> <input type="submit" class="btn btn-info btn-large" value="Shorten!"/></form></div>
</div>
<footer>
<p style="text-align:left">&copy; Copyright 2013 <a href="http://techfilmer.com">skasturi</a>, <a href="http://xcyd.tk">cydrobolt</a>, <a href="http://fwilson.me">fwilson</a></p><p style="text-align:right"><a href="http://www.mywot.com"><img src="https://cdn-cf.mywot.net/files/friendbadges/friend_medium.png" alt="Friend of WOT" /></a></p>
</footer>
</div>
</body>
</html>