static: index.html: fix paths of sanic logo and favicon
This commit is contained in:
parent
d97a33b800
commit
fc366aac3d
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>Sanic</title>
|
<title>Sanic</title>
|
||||||
<link rel="stylesheet" href="style.css" />
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="sanic-logo">
|
<div id="sanic-logo">
|
||||||
<div><!-- TODO: try to remove this div -->
|
<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 © 2023
|
Sanic © 2023
|
||||||
</div>
|
</div>
|
||||||
</div><!--/#sanic-logo-->
|
</div><!--/#sanic-logo-->
|
||||||
|
|
Loading…
Reference in a new issue