Add header

This commit is contained in:
Eliot Whalan 2016-06-23 12:32:54 +10:00
parent fe4d1ac956
commit e2d61572b1
No known key found for this signature in database
GPG Key ID: C0A42175139840D6
1 changed files with 6 additions and 6 deletions

View File

@ -26,14 +26,14 @@
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<div class="page-header">
<h1>Pantsu Paste</h1>
</div>
<form action="/save" method="post" class="form-horizontal"> <form action="/save" method="post" class="form-horizontal">
<fieldset> <div class="form-group is-empty">
<legend>Pantsu Paste</legend> <textarea class="form-control" rows="10" id="textArea" name="p"></textarea>
<div class="form-group is-empty">
<textarea class="form-control" rows="10" id="textArea" name="p"></textarea>
</div>
<input type="submit" class="btn btn-raised btn-primary" value="paste">
</div> </div>
<input type="submit" class="btn btn-raised btn-primary" value="paste">
</form> </form>
</div> </div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->