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>
|
2023-01-28 00:35:09 +00:00
|
|
|
<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>
|
2022-12-05 00:43:34 +00:00
|
|
|
<body>
|
2023-04-03 23:10:49 +00:00
|
|
|
<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;">
|
2023-04-03 23:10:49 +00:00
|
|
|
<h3>Cluster Directory</h3>
|
|
|
|
<div class="btn-group">
|
2024-04-18 19:04:45 +00:00
|
|
|
<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>
|
2023-04-03 23:10:49 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<h3>User Directory</h3>
|
|
|
|
<div class="btn-group">
|
2024-04-18 19:04:45 +00:00
|
|
|
<a href='https://root.tronnet.net'>root</a>
|
2023-04-03 23:10:49 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<h3>Information</h3>
|
|
|
|
<div class="btn-group">
|
2024-04-18 19:04:45 +00:00
|
|
|
<a href='contact.html'>Contact Us</a>
|
2023-04-03 23:10:49 +00:00
|
|
|
</div>
|
2022-10-10 22:49:38 +00:00
|
|
|
</div>
|
2023-04-03 23:10:49 +00:00
|
|
|
</main>
|
|
|
|
<footer><p>© tronnet</p></footer>
|
2022-04-06 06:17:30 +00:00
|
|
|
</body>
|
2022-07-23 05:54:07 +00:00
|
|
|
</html>
|