fixed bad html

This commit is contained in:
Benjamyn Love 2020-01-29 12:04:44 +11:00
parent 30cc797ba1
commit 58fa1d5b22
2 changed files with 14 additions and 0 deletions

View File

@ -40,3 +40,9 @@ body {
color: azure;
}
#admin {
position: fixed;
top: 2px;
right: 2px;
padding-left: 10px;
}

View File

@ -15,6 +15,14 @@
</i></button>
</form>
</div>
<div id="admin" style="padding-top: 3px;">
<a href="admin">
<button onclick="window.location='admin'" class="btn btn-secondary"><i style="padding-top: 3px;"
class="material-icons">
vpn_key
</i></button></a>
</div>
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>