Archived
feat: add dash favicon
This commit is contained in:
+3
-3
@@ -3,11 +3,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Pi Web plugins</title>
|
||||
<title>PI WEB plugins</title>
|
||||
<meta name="description" content="Use and develop trusted local Pi Web UI plugins." />
|
||||
<meta property="og:title" content="Pi Web plugins" />
|
||||
<meta property="og:title" content="PI WEB plugins" />
|
||||
<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