40 lines
1.6 KiB
HTML
40 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>tronnet - contact</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">
|
|
<h3>Buisness Inquiries</h3>
|
|
<p>
|
|
For buisness inquiries, please email <a href = "mailto:requests@tronnet.net">requests@tronnet.net</a>. Please use the tag [Quote] to request a quote for cluster services. If possible, please include usage and configuration requirements.
|
|
</p>
|
|
|
|
<h3>Legal Inquiries</h3>
|
|
<p>
|
|
For legal inquiries, please email <a href = "mailto:requests@tronnet.net">requests@tronnet.net</a>. Please use the tag [Legal] to request legal information about the cluster or contract details. If requesting contract clarification please include your client ID
|
|
</p>
|
|
|
|
<h3>Support Inquiries</h3>
|
|
<p> If you are a user of tronnet, please refer to the <a href = "https://wiki.tronnet.net/">documentation</a> for information about how to recieve technical support.</p>
|
|
|
|
<h3>User Inquiries</h3>
|
|
<p> Tronnet does not publish private information of users, except those published in the <a href = "index.html"> User Directory</a>.</p>
|
|
</div>
|
|
|
|
<div class="btn-group">
|
|
<a href='index.html'>Return to Homepage</a>
|
|
</div>
|
|
</main>
|
|
<footer><p>© tronnet</p></footer>
|
|
</body>
|
|
</html> |