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">
|
|
|
|
<title>tronnet homepage</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>
|
|
|
|
<body style="background-color:black;">
|
|
|
|
<h1 class = "std-text" style = "font-size: 72px; text-align: center;">tronnet</h1>
|
|
|
|
<h2 class = "std-text" style = "font-size: 32px; text-align: center;">Affordable custom server solutions.</h2>
|
|
|
|
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">Cluster Directory</h3>
|
|
|
|
<div class="btn-group" style = "margin: auto; display: flex; flex-direction: row; justify-content: center;">
|
2022-04-06 07:39:27 +00:00
|
|
|
<button onclick="window.location.href='https://tronnet.net';">Cluster Homepage</button>
|
2022-04-06 06:17:30 +00:00
|
|
|
<button onclick="window.location.href='https://status.tronnet.net';">Cluster Status</button>
|
2022-04-06 07:39:27 +00:00
|
|
|
<button onclick="window.location.href='https://docs.tronnet.net';">Cluster Documentation</button>
|
2022-04-06 06:17:30 +00:00
|
|
|
</div>
|
|
|
|
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">User Directory</h3>
|
|
|
|
<div class="btn-group" style = "margin: auto; display: flex; flex-direction: row; justify-content: center;">
|
|
|
|
<button onclick="window.location.href='https://root.tronnet.net';">root</button>
|
|
|
|
</div>
|
2022-07-23 05:54:07 +00:00
|
|
|
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">Information</h3>
|
|
|
|
<div class="btn-group" style = "margin: auto; display: flex; flex-direction: row; justify-content: center;">
|
|
|
|
<button onclick="window.location.href='contact.html';">Contact Us</button>
|
|
|
|
</div>
|
2022-04-06 06:17:30 +00:00
|
|
|
</body>
|
2022-07-23 05:54:07 +00:00
|
|
|
</html>
|