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:
parent
dd7beba4a6
commit
3fe147e971
9
bootstrap.css
vendored
Normal file
9
bootstrap.css
vendored
Normal file
File diff suppressed because one or more lines are too long
21
index.html
Normal file
21
index.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user