update index.html with proxmox and opnsense,
add slight margin to buttons Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
cf5c092eb5
commit
aaaf9d6990
@ -14,9 +14,11 @@
|
||||
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">Cluster Directory</h3>
|
||||
<div class="btn-group">
|
||||
<button onclick="window.location.href='https://tronnet.net';">Cluster Homepage</button>
|
||||
<button onclick="window.location.href='https://pve.tronnet.net';">DMZ Proxmox</button>
|
||||
<button onclick="window.location.href='https://opns.tronnet.net';">DMZ Opnsense</button>
|
||||
<button onclick="window.location.href='https://status.tronnet.net';">Cluster Status</button>
|
||||
<button onclick="window.location.href='https://wiki.tronnet.net';">Cluster Documentation</button>
|
||||
<button onclick="window.location.href='https://mail.tronnet.net/mail';">Mail</button>
|
||||
<button onclick="window.location.href='https://mail.tronnet.net/mail';">Tronnet Mail</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -11,7 +11,8 @@
|
||||
.btn-group button {
|
||||
background-color: #00ff00; /* Green background */
|
||||
color: black; /* White text */
|
||||
padding: 10px 24px; /* Some padding */
|
||||
padding: 10px; /* Some padding */
|
||||
margin: 0px 5px 0px 5px;
|
||||
cursor: pointer; /* Pointer/hand icon */
|
||||
}
|
||||
.btn-group button:not(:last-child) {
|
||||
|
Loading…
Reference in New Issue
Block a user