tronnet.net/index.html
Arthur Lu 1bd66be54f move body style to stylesheet,
remove button borders

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-12-04 16:43:34 -08:00

39 lines
1.4 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="stylesheet" href="style.css" type="text/css">
</head>
<body>
<h1 class = "std-text">tronnet</h1>
<h2 class = "std-text">Affordable custom server solutions.</h2>
<div class="center-div">
<h3 class = "std-text">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/mail';">Tronnet Mail</button>
</div>
</div>
<div class="center-div">
<h3 class = "std-text">User Directory</h3>
<div class="btn-group">
<button onclick="window.location.href='https://root.tronnet.net';">root</button>
</div>
</div>
<div class="center-div">
<h3 class = "std-text">Information</h3>
<div class="btn-group">
<button onclick="window.location.href='contact.html';">Contact Us</button>
</div>
</div>
</body>
</html>