trianta.dev/index.html

25 lines
680 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<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" />
</head>
<body>
2024-12-10 01:02:34 -06:00
<div class="inside">
<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>
<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>
<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>
</div>
</body>
</html>