Archived
feat: add dash favicon
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Remote-first development with Pi Web</title>
|
||||
<title>Remote-first development with PI WEB</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Why Pi Web is built for remote AI-driven development with persistent agents and browser-based control."
|
||||
/>
|
||||
<meta property="og:title" content="Remote-first development with Pi Web" />
|
||||
<meta property="og:title" content="Remote-first development with 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