mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-10 04:02:28 +01:00
29 lines
1.3 KiB
HTML
29 lines
1.3 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"/>
|
|
<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="#">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);">
|
|
<form method="GET" action="createurl.php" role="form">URL:<input type="text" class="form-control" placeholder="URL" id="url" value="http://" name="urlr" /><br> <input type="submit" class="btn btn-info btn-large" value="Shorten!"/></form></div>
|
|
</div>
|
|
<footer>
|
|
<p id="footer-pad">© Copyright 2013 Polr - Special Thanks to <a href="http://mywot.com">WOT</a></p>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|