fixed bad html
This commit is contained in:
parent
30cc797ba1
commit
58fa1d5b22
@ -40,3 +40,9 @@ body {
|
|||||||
color: azure;
|
color: azure;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#admin {
|
||||||
|
position: fixed;
|
||||||
|
top: 2px;
|
||||||
|
right: 2px;
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
@ -15,6 +15,14 @@
|
|||||||
</i></button>
|
</i></button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</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 -->
|
<!-- jQuery library -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user