Add SVG favicon

This commit is contained in:
Leo Heitmann Ruiz 2024-09-06 21:24:26 +02:00
parent b726c0053b
commit 0a55bb7cea

View file

@ -6,6 +6,7 @@
<link rel="stylesheet" href="/static/home.css" /> <link rel="stylesheet" href="/static/home.css" />
<meta http-equiv="Content-Security-Policy" <meta http-equiv="Content-Security-Policy"
content="default-src 'none'; style-src 'self'; script-src 'none'; img-src 'self';" /> content="default-src 'none'; style-src 'self'; script-src 'none'; img-src 'self';" />
<link rel="icon" href="/static/codecircles.svg" />
<link rel="icon" href="/static/codecircles.webp" /> <link rel="icon" href="/static/codecircles.webp" />
<meta name="description" content="View StackOverflow threads in privacy and without the clutter." /> <meta name="description" content="View StackOverflow threads in privacy and without the clutter." />
{{ template "sharedHead.html" }} {{ template "sharedHead.html" }}