add icons functionality
This commit is contained in:
12
links.html
12
links.html
@@ -5,12 +5,20 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user