Styling mit Bootstrap

This commit is contained in:
phil 2021-02-10 00:26:31 +00:00
parent 0d628fc321
commit b8bce3c740
5 changed files with 46 additions and 37 deletions

View file

@ -8,11 +8,17 @@
<head/>
<body>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 col-sm-offset-3 col-md-offset-4">
<form name="show_htpasswd" action="manage" method="POST">
<div class="form-group">
<label for="name">Wiki:</label>
<input type="text" size="30" name="zone" id="name" />
<input type="submit" name="submit" value="Show" />
<input type="text" name="zone" id="name" class="form-control"/>
</div>
<button type="submit" name="submit" class="btn btn-primary">Show</button>
</form>
</div>
</div>
</body>
</html>