Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wshick committed Dec 30, 2024
1 parent 146ba9f commit 8dd6111
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<link href="style.css" rel="stylesheet"/>
<link href="/static/fonts/wshickIOSEVKA-Regular.woff2" rel="stylesheet"/>
<!--favicons-->
<link rel="icon" type="image/x-icon" href="/static/icons/favicon.ico"/>
<link rel="apple-touch-icon" sizes="180x180" href="/static/icons/apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="/static/icons/favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="/static/icons/favicon-16x16.png"/>
<link rel="manifest" href="/static/icons/site.webmanifest"/>
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png"/>
<link rel="manifest" href="site.webmanifest"/>
</head>
<body>
<header>
Expand Down

0 comments on commit 8dd6111

Please sign in to comment.