Update 'index.html'

This commit is contained in:
bprieshof
2019-08-14 21:46:53 +02:00
parent 89ae9f3a3a
commit 38eba9b022

View File

@@ -74,13 +74,12 @@
<div id="login" class="p-8"> <div id="login" class="p-8">
<div class="form-wrapper md-elevation-8 p-8"> <div class="form-wrapper md-elevation-8 p-8">
<div class="req title">Please select the type your request</div> <div class="req title">Please select the type your request</div>
<table id="button-req"> <div class="button1">
<tr> <button type="button" class="req btn btn-secondary fuse-ripple-ready" onclick="window.location.href='reimage-request.php'"><i class="icon-harddisk"></i><br>Re-image request</button>
<th><button type="button" class="req btn btn-secondary fuse-ripple-ready" onclick="window.location.href='reimage-request.php'"><i class="icon-harddisk"></i><br>Re-image request</button></th> </div>
<th><button type="button" class="req btn btn-secondary fuse-ripple-ready" onclick="window.location.href='other-request.php'"><i class="icon-comment-question-outline"></i><br>Other request</button></th> <div class="button2">
<button type="button" class="req btn btn-secondary fuse-ripple-ready" onclick="window.location.href='other-request.php'"><i class="icon-comment-question-outline"></i><br>&nbsp;&nbsp;Other request&nbsp;&nbsp;&nbsp;</button>
</tr> </div>
</table>
</div> </div>
</div> </div>