use a instead of button,

update wiki link
This commit is contained in:
2024-04-18 19:04:45 +00:00
parent 578e540772
commit 2158cacd6c
3 changed files with 14 additions and 12 deletions

View File

@@ -16,23 +16,24 @@
<div class="center-div" style="max-width: 120ch;">
<h3>Cluster Directory</h3>
<div class="btn-group">
<button onclick="window.location.href='https://tronnet.net';">Cluster Homepage</button>
<button onclick="window.location.href='https://paas.tronnet.net';">User Dashboard</button>
<button onclick="window.location.href='https://opns.tronnet.net';">DMZ Opnsense</button>
<button onclick="window.location.href='https://pve.tronnet.net';">DMZ Proxmox</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';">Tronnet Mail</button>
<a href='https://tronnet.net'>Homepage</a>
<a href='https://paas.tronnet.net'>User Client</a>
<a href='https://opns.tronnet.net'>Opnsense</a>
<a href='https://pve.tronnet.net'>Proxmox</a>
<a href='https://status.tronnet.net'>Status</a>
<a href='https://wiki.tronnet.net'>Documentation</a>
<a href='https://mail.tronnet.net'>Mail</a>
<a href="https://git.tronnet.net">Git</a>
</div>
<h3>User Directory</h3>
<div class="btn-group">
<button onclick="window.location.href='https://root.tronnet.net';">root</button>
<a href='https://root.tronnet.net'>root</a>
</div>
<h3>Information</h3>
<div class="btn-group">
<button onclick="window.location.href='contact.html';">Contact Us</button>
<a href='contact.html'>Contact Us</a>
</div>
</div>
</main>