We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa22a7f commit 656b989Copy full SHA for 656b989
1 file changed
index.html
@@ -4,6 +4,7 @@
4
<meta charset="UTF-8"/>
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
<title>Paper Code Web</title>
7
+ <link rel="icon" href="assets/icons/favicon.png" type="image/x-icon" />
8
<link rel="stylesheet" href="style/index_style.css">
9
<script type="module" src="scripts/index.js" defer></script>
10
</head>
@@ -133,4 +134,4 @@ <h1>My Socials</h1>
133
134
}
135
</script>
136
</body>
-</html>
137
+</html>
0 commit comments