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