mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-12 21:22:28 +01:00
center stuff
This commit is contained in:
parent
32fb165e2b
commit
18f4ef8aa3
34
index.html
34
index.html
@ -1,21 +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 padding-top:80px">
|
||||
<form method="GET" action="createurl.php">URL:<input type="text" placeholder="URL" id="url" value="http://" name="urlr" /> <input type="submit" class="btn btn-info btn-large" value="Shorten!"/></form></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<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; padding-top:80px; background-color: rgba(0,0,0,0);">
|
||||
<form method="GET" action="createurl.php">URL:<input type="text" placeholder="URL" id="url" value="http://" name="urlr" /> <input type="submit" class="btn btn-info btn-large" value="Shorten!"/></form></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user