mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
9 lines
297 B
HTML
9 lines
297 B
HTML
<form class="form-horizontal" role="form">
|
|
<div class="form-group">
|
|
<label for="title" class="col-sm-2 control-label">Title</label>
|
|
<div class="col-sm-10">
|
|
<input type="text" class="form-control title" data-field="title" id="title" placeholder="Title">
|
|
</div>
|
|
</div>
|
|
</form>
|