tronnet.net/index.html
Arthur Lu 6120174084 improve contact page instructions,
move css formatting for btn-group div to stylesheet

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-10-10 15:49:38 -07:00

36 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>tronnet homepage</title>
<link rel="stylesheet" href="style.css" type="text/css">
</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>
<div class="center-div">
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">Cluster Directory</h3>
<div class="btn-group">
<button onclick="window.location.href='https://tronnet.net';">Cluster Homepage</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';">Mail</button>
</div>
</div>
<div class="center-div">
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">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" style = "font-size: 24px; text-align: center;">Information</h3>
<div class="btn-group">
<button onclick="window.location.href='contact.html';">Contact Us</button>
</div>
</div>
</body>
</html>