2024-08-09 00:25:49 -05:00
|
|
|
<!DOCTYPE html>
|
2024-08-09 17:39:10 -05:00
|
|
|
<html>
|
2024-08-09 00:25:49 -05:00
|
|
|
<head>
|
2024-12-10 01:15:18 -06:00
|
|
|
<meta charset="utf-8"/>
|
|
|
|
<title>Trianta</title>
|
2024-12-10 01:51:51 -06:00
|
|
|
<link rel="stylesheet" href="/default.css" />
|
2024-08-09 00:25:49 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-12-10 01:02:34 -06:00
|
|
|
<div class="inside">
|
2024-12-10 03:14:56 -06:00
|
|
|
<div>
|
2024-12-10 01:51:51 -06:00
|
|
|
<a href="/" class="trianta">TRIANTA</a>
|
2024-12-10 00:54:17 -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:08:55 -06:00
|
|
|
<a href="https://www.github.com/trimutex">GitHub</a>
|
|
|
|
<a href="https://lab.trianta.dev/Trianta">Projects</a>
|
2024-12-10 01:37:37 -06:00
|
|
|
<a href="/completed">Completed</a>
|
|
|
|
<a href="/current">Current</a>
|
|
|
|
<a href="/other">Other</a>
|
|
|
|
<a href="/contact">Contact</a>
|
2024-12-09 16:16:45 -06:00
|
|
|
</div>
|
2024-08-09 00:25:49 -05:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|