static: index.html: fix paths of sanic logo and favicon

This commit is contained in:
coon 2024-01-21 18:34:09 +01:00
parent d97a33b800
commit fc366aac3d

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<title>Sanic</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="/favicon.ico" sizes="16x16 32x32 48x48 64x64" type="image/png" />
<link rel="icon" href="favicon.ico" sizes="16x16 32x32 48x48 64x64" type="image/png" />
</head>
<body>
<main>
@ -57,7 +57,7 @@
</div>
<div id="sanic-logo">
<div><!-- TODO: try to remove this div -->
<img alt="sanic logo" src="/img/sanic-logo.webp" />
<img alt="sanic logo" src="img/sanic-logo.webp" />
Sanic &copy; 2023
</div>
</div><!--/#sanic-logo-->