Add header
This commit is contained in:
parent
9e0d913b3b
commit
f1d5f5df53
|
@ -26,14 +26,14 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="page-header">
|
||||
<h1>Pantsu Paste</h1>
|
||||
</div>
|
||||
<form action="/save" method="post" class="form-horizontal">
|
||||
<fieldset>
|
||||
<legend>Pantsu Paste</legend>
|
||||
<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 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">
|
||||
</form>
|
||||
</div>
|
||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||
|
|
Loading…
Reference in New Issue