Skip to content

Commit dbd1e2c

Browse files
committed
Add favicon
1 parent 16081e6 commit dbd1e2c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

favicon.ico

777 Bytes
Binary file not shown.

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
rel="stylesheet"
2929
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=calendar_today,group,location_on,schedule"
3030
/>
31+
<link rel="icon" type="image/png" href="favicon.ico"/>
3132
<style>
3233
:root {
3334
--foreground: rgb(192 132 252);
@@ -320,7 +321,7 @@
320321
font-size: 0.8em;
321322
}
322323
}
323-
</style>
324+
</link>
324325
</head>
325326

326327
<body>

0 commit comments

Comments
 (0)