Archived
feat: add dash favicon
This commit is contained in:
+3
-3
@@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Page not found — Pi Web</title>
|
||||
<title>Page not found — PI WEB</title>
|
||||
<meta name="description" content="The Pi Web page you requested does not exist." />
|
||||
<meta name="robots" content="noindex" />
|
||||
<meta property="og:title" content="Page not found — Pi Web" />
|
||||
<meta property="og:title" content="Page not found — PI WEB" />
|
||||
<meta property="og:image" content="/assets/pi-web-banner.png" />
|
||||
<link rel="icon" href="data:," />
|
||||
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg" />
|
||||
<script>
|
||||
(() => {
|
||||
const theme = window.localStorage.getItem("pi-web-theme");
|
||||
|
||||
Reference in New Issue
Block a user