-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (76 loc) · 2.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tritan Dev - Retro Style</title>
<link
href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap"
rel="stylesheet"
/>
<link href="./index.css" rel="stylesheet" />
</head>
<body>
<header class="highlight">
<h1 class="title">Tritan Dev, but Retro.</h1>
<nav>
<ul>
<li><a class="highlight" href="https://tritan.gg/about">About</a></li>
<li>
<a class="highlight" href="https://tritan.gg">Services</a>
</li>
<li>
<a class="highlight" href="https://github.com/team-tritan"
>Github</a
>
</li>
<li>
<a class="highlight" href="https://tritan.gg/contact/new-request?type=peering_request">Peering</a>
</li>
<li><a class="highlight" href="https://email.tritan.gg">Email</a></li>
<li>
<a class="highlight" href="https://tritan.gg/discord">Discord</a>
</li>
</ul>
</nav>
</header>
<br />
<br />
<section id="what">
<h2 class="highlight">What the fuck is this?</h2>
<p>
I was very inspired one morning to make the most terrible 2000's
themed website you likely will ever see on today's internet, with just pure html and css, so here it is! I
had fun with it, so I don't really care what you think. Enjoy!
</p>
</section>
<section id="about">
<h2 class="highlight">About Us</h2>
<p>
Tritan Development is a software development company that specializes in
creating cutting-edge and edgy solutions for businesses and individuals.
</p>
</section>
<section id="services">
<h2 class="highlight">Our Services</h2>
<p>
Tritan Development offers a wide range of software development services,
including web development, server hosting solutions, data center
solutions, networking solutions, and custom software development.
<br />
<br />
To see a list of actively hosted services,
<a href="https://status.as393577.net">click here</a>.
</p>
</section>
<section id="contact">
<h2 class="highlight">Contact Us</h2>
<p>Email: noc@tritan.gg</p>
<p>Discord: https://tritan.gg/discord</p>
<p>Webspace: https://tritan.gg</p>
</section>
<footer style="margin-bottom: auto">
<p>Copyright © Tritan Internet</p>
</footer>
</body>
</html>