We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8356b73 commit 4b41976Copy full SHA for 4b41976
1 file changed
index.html
@@ -12,6 +12,8 @@
12
<script src="https://cdn.tailwindcss.com"></script>
13
<link rel="preconnect" href="https://fonts.googleapis.com">
14
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
15
+ <link rel="icon" type="image/svg+xml"
16
+href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Crect x='2' y='4' width='20' height='5' rx='2'/%3E%3Cpath d='M4 9v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9'/%3E%3Cpath d='M10 13h4'/%3E%3C/svg%3E" />
17
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
18
<style>
19
* {
0 commit comments