40 lines
1.5 KiB
HTML
40 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Coming Soon...</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link href="/s/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
|
|
<link href="/s/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" media="screen">
|
|
<style>
|
|
.pw {
|
|
padding-top: 100px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container pw">
|
|
<div class="row">
|
|
<form class="form offset4 span3" method="post" action="/pass">
|
|
<div class="input-prepend span2">
|
|
<span class="add-on">
|
|
<i class="icon-user"></i>
|
|
</span>
|
|
<input type="text" name="username" placeholder="username"/>
|
|
</div>
|
|
|
|
<div class="input-prepend input-append span2">
|
|
<span class="add-on">
|
|
<i class="icon-lock"></i>
|
|
</span>
|
|
<input type="password" class="" name="password" placeholder="password"></input>
|
|
<button class="btn" type="submit">Sign in</button>
|
|
</div>
|
|
</form>
|
|
|
|
</div>
|
|
</div>
|
|
<script src="http://code.jquery.com/jquery-latest.js"></script>
|
|
<script src="/s/bootstrap/js/bootstrap.min.js"></script>
|
|
</body>
|
|
</html>
|