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">
|
2022-10-14 23:32:53 +00:00
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<title>tronnet - home</title>
|
2022-07-23 05:54:07 +00:00
|
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
2022-04-06 06:17:30 +00:00
|
|
|
</head>
|
2022-12-05 00:43:34 +00:00
|
|
|
<body>
|
2022-12-11 03:19:39 +00:00
|
|
|
<h1>tronnet</h1>
|
|
|
|
<h2>Affordable custom server solutions.</h2>
|
2022-10-10 22:49:38 +00:00
|
|
|
|
|
|
|
<div class="center-div">
|
2022-12-11 03:19:39 +00:00
|
|
|
<h3>Cluster Directory</h3>
|
2022-10-10 22:49:38 +00:00
|
|
|
<div class="btn-group">
|
|
|
|
<button onclick="window.location.href='https://tronnet.net';">Cluster Homepage</button>
|
2022-11-24 07:39:55 +00:00
|
|
|
<button onclick="window.location.href='https://opns.tronnet.net';">DMZ Opnsense</button>
|
2022-11-26 01:22:39 +00:00
|
|
|
<button onclick="window.location.href='https://pve.tronnet.net';">DMZ Proxmox</button>
|
2022-10-10 22:49:38 +00:00
|
|
|
<button onclick="window.location.href='https://status.tronnet.net';">Cluster Status</button>
|
|
|
|
<button onclick="window.location.href='https://wiki.tronnet.net';">Cluster Documentation</button>
|
2022-11-24 07:39:55 +00:00
|
|
|
<button onclick="window.location.href='https://mail.tronnet.net/mail';">Tronnet Mail</button>
|
2022-10-10 22:49:38 +00:00
|
|
|
</div>
|
2022-04-06 06:17:30 +00:00
|
|
|
</div>
|
2022-10-10 22:49:38 +00:00
|
|
|
|
|
|
|
<div class="center-div">
|
2022-12-11 03:19:39 +00:00
|
|
|
<h3>User Directory</h3>
|
2022-10-10 22:49:38 +00:00
|
|
|
<div class="btn-group">
|
|
|
|
<button onclick="window.location.href='https://root.tronnet.net';">root</button>
|
|
|
|
</div>
|
2022-04-06 06:17:30 +00:00
|
|
|
</div>
|
2022-10-10 22:49:38 +00:00
|
|
|
|
|
|
|
<div class="center-div">
|
2022-12-11 03:19:39 +00:00
|
|
|
<h3>Information</h3>
|
2022-10-10 22:49:38 +00:00
|
|
|
<div class="btn-group">
|
|
|
|
<button onclick="window.location.href='contact.html';">Contact Us</button>
|
|
|
|
</div>
|
2022-07-23 05:54:07 +00:00
|
|
|
</div>
|
2022-04-06 06:17:30 +00:00
|
|
|
</body>
|
2022-07-23 05:54:07 +00:00
|
|
|
</html>
|