Files
website/links.html
2025-12-03 10:56:56 -06:00

24 lines
990 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Links are pretty cool</title>
<link rel="stylesheet" href="assets/css/global.css">
<link rel="stylesheet" href="assets/css/icon.css">
<script src="assets/js/global.js" defer></script>
<script src="assets/js/icon.js" defer></script>
</head>
<body>
<main>
<Icon href="https://lunarware.tech" image="/favicon.ico" title="Website"></Icon>
<Icon href="https://git.lunarware.tech/lucielle" image="https://git.lunarware.tech/assets/img/favicon.png" title="Gitea"></Icon>
<Icon href="#" image="assets/images/discord.ico" title="Discord"></Icon>
<Icon href="https://www.tiktok.com/@lucielle.0x22" image="assets/images/tiktok.png" title="TikTok"></Icon>
<Icon href="https://cash.app/$LuciEll00" image="assets/images/cashapp.png" title="Cashapp"></Icon>
</main>
</body>
</html>