Site index and structure

This commit is contained in:
pikami
2016-06-08 21:15:30 +00:00
parent db01d31c5d
commit 57ff35ac36
3 changed files with 69 additions and 0 deletions

15
NewPastePanel.php Normal file
View File

@@ -0,0 +1,15 @@
<div class="panel panel-default">
<div class="panel-body">
<form role="form">
<div class="form-group">
<label for="title">Paste title:</label>
<input type="title" class="form-control" id="title">
</div>
<div class="form-group">
<label for="text">New paste:</label>
<textarea class="form-control" rows="5" id="text"></textarea>
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
</div>
</div>