tronnet.net/index.html

42 lines
1.6 KiB
HTML
Raw Normal View History

2022-04-02 22:25:34 +00:00
<!DOCTYPE html>
<html lang="en">
2022-04-06 06:17:30 +00:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>tronnet - home</title>
<link rel="icon" href="images/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="stylesheet" href="css/style.css" type="text/css">
2022-04-06 06:17:30 +00:00
</head>
<body>
<header>
<h1>tronnet</h1>
<h2>Affordable custom server solutions.</h2>
</header>
<main>
2023-05-16 22:34:19 +00:00
<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://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>
<button onclick="window.location.href='https://ldap.tronnet.net';">Cluster LDAP</button>
<button onclick="window.location.href='https://nextcloud.tronnet.net';">Cluster Nextcloud</button>
</div>
<h3>User Directory</h3>
<div class="btn-group">
<button onclick="window.location.href='https://root.tronnet.net';">root</button>
</div>
<h3>Information</h3>
<div class="btn-group">
<button onclick="window.location.href='contact.html';">Contact Us</button>
</div>
</div>
</main>
<footer><p>&copy; tronnet</p></footer>
2022-04-06 06:17:30 +00:00
</body>
</html>