2024-12-10 01:31:36 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
<title>Trianta</title>
|
2024-12-10 01:37:37 -06:00
|
|
|
<link rel="stylesheet" href="/default.css" />
|
2024-12-10 01:31:36 -06:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="inside">
|
2024-12-10 02:03:57 -06:00
|
|
|
<div>
|
2024-12-10 01:51:51 -06:00
|
|
|
<a href="/" class="trianta">TRIANTA</a>
|
2024-12-10 01:31:36 -06:00
|
|
|
<p>Function over form by design</p>
|
|
|
|
</div>
|
2024-12-10 02:03:57 -06:00
|
|
|
<div id="navigation">
|
2024-12-10 01:31:36 -06:00
|
|
|
<a href="https://www.github.com/trimutex">GitHub</a>
|
|
|
|
<a href="https://lab.trianta.dev/Trianta">Projects</a>
|
2024-12-10 02:03:57 -06:00
|
|
|
<a href="/completed">Completed</a>
|
|
|
|
<a href="/current">Current</a>
|
|
|
|
<a href="/other">Other</a>
|
|
|
|
<a href="/contact">Contact</a>
|
2024-12-10 01:31:36 -06:00
|
|
|
</div>
|
2024-12-10 02:39:36 -06:00
|
|
|
<h2>Contact Methods</h2>
|
|
|
|
<p>E-mail: gregcraw2001@gmail.com</p>
|
|
|
|
<p>Discord: trianta</p>
|
2024-12-10 01:31:36 -06:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|