1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-09 11:42:28 +01:00

Programming the flux capacitor

This commit is contained in:
TechFilmer 2014-01-18 08:57:05 -05:00
parent dd7beba4a6
commit 3fe147e971
2 changed files with 30 additions and 0 deletions

9
bootstrap.css vendored Normal file

File diff suppressed because one or more lines are too long

21
index.html Normal file
View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>Polr Alpha 0.1 </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">
<form method="GET" action="createurl.php">URL:<input type="text" placeholder="URL" id="url" value="http://" name="urlr" /> <input type="submit" /></form></div>
</div>
</div>
</body>
</html>