Update 'index.html'
This commit is contained in:
13
index.html
13
index.html
@@ -74,13 +74,12 @@
|
||||
<div id="login" class="p-8">
|
||||
<div class="form-wrapper md-elevation-8 p-8">
|
||||
<div class="req title">Please select the type your request</div>
|
||||
<table id="button-req">
|
||||
<tr>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
<div class="button1">
|
||||
<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>
|
||||
</div>
|
||||
<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> Other request </button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user