Files
trianta.dev/index.html

32 lines
1.1 KiB
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" />
2026-02-02 04:20:06 -06:00
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Symbols:wght@100..900&display=swap');
</style>
</head>
<body>
2024-12-10 01:02:34 -06:00
<div class="inside">
2026-02-02 04:20:06 -06:00
<div style="display: flex;">
2024-12-10 01:51:51 -06:00
<a href="/" class="trianta">TRIANTA</a>
2026-02-02 04:20:06 -06:00
<div class="column">
<a href="https://www.github.com/trimutex" alt="GitHub"></a>
<a href="https://lab.trianta.dev/Trianta" alt="Personal Projects"></a>
<a href="/completed" alt="Completed"></a>
<a href="/current" alt="Current"></a>
<a href="/other" alt="Other"></a>
<a href="/contact" alt="Contact">󰀄</a>
</div>
2024-12-10 00:54:17 -06:00
</div>
2026-02-02 04:20:06 -06:00
<p>Function over form by design</p>
<div style="display: flex;">
2024-12-29 22:23:00 -06:00
<div class="column gap"></div>
<div class="column content"></div>
2024-12-09 16:16:45 -06:00
</div>
</div>
</body>
</html>