add icons functionality
This commit is contained in:
@@ -1,16 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Projects 'n' stuff</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://git.lunarware.tech/lucielle/website" image="/favicon.ico" title="Website"></Icon>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user