42 lines
1.2 KiB
HTML
42 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>tronnet</h1>
|
|
<h2>Affordable custom server solutions.</h2>
|
|
</header>
|
|
<main>
|
|
<div class="center-div" style="max-width: 120ch;">
|
|
<h3>Cluster Directory</h3>
|
|
<div class="btn-group">
|
|
<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">
|
|
<a href='https://root.tronnet.net'>root</a>
|
|
</div>
|
|
|
|
<h3>Information</h3>
|
|
<div class="btn-group">
|
|
<a href='contact.html'>Contact Us</a>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
<footer><p>© tronnet</p></footer>
|
|
</body>
|
|
</html> |