Files
website/projects.html

21 lines
565 B
HTML
Raw Permalink Normal View History

2025-12-02 11:46:59 -06:00
<!DOCTYPE html>
<html lang="en">
2025-12-03 10:56:56 -06:00
2025-12-02 11:46:59 -06:00
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projects 'n' stuff</title>
2025-12-03 09:59:01 -06:00
<link rel="stylesheet" href="assets/css/global.css">
2025-12-03 10:56:56 -06:00
<link rel="stylesheet" href="assets/css/icon.css">
2025-12-03 09:59:01 -06:00
<script src="assets/js/global.js" defer></script>
2025-12-03 10:56:56 -06:00
<script src="assets/js/icon.js" defer></script>
2025-12-02 11:46:59 -06:00
</head>
2025-12-03 10:56:56 -06:00
2025-12-02 11:46:59 -06:00
<body>
<main>
2025-12-03 10:56:56 -06:00
<Icon href="https://git.lunarware.tech/lucielle/website" image="/favicon.ico" title="Website"></Icon>
2025-12-02 11:46:59 -06:00
</main>
</body>
2025-12-03 10:56:56 -06:00
2025-12-02 11:46:59 -06:00
</html>