Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place

add favicon

Changed files
+16
public
+1
public/editor/index.html
··· 4 4 <meta charset="UTF-8" /> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 6 <title>Elysia Static</title> 7 + <link rel="icon" type="image/x-icon" href="../favicon.ico"> 7 8 </head> 8 9 <body> 9 10 <div id="elysia"></div>
public/favicon.ico

This is a binary file and will not be displayed.

+14
public/favicon.svg
··· 1 + <!--?xml version="1.0" encoding="utf-8"?--> 2 + <svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Centered large wisp on black background"> 3 + <!-- black background --> 4 + <rect width="64" height="64" fill="#000000"></rect> 5 + 6 + <!-- outer faint glow --> 7 + <circle cx="32" cy="32" r="14" fill="none" stroke="#7CF5D8" stroke-opacity="0.35" stroke-width="2.6"></circle> 8 + 9 + <!-- bright halo --> 10 + <circle cx="32" cy="32" r="10" fill="none" stroke="#CFF8EE" stroke-opacity="0.95" stroke-width="2.4"></circle> 11 + 12 + <!-- bright core --> 13 + <circle cx="32" cy="32" r="4" fill="#FFFFFF"></circle> 14 + </svg>
+1
public/index.html
··· 4 4 <meta charset="UTF-8" /> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 6 <title>Elysia Static</title> 7 + <link rel="icon" type="image/x-icon" href="./favicon.ico"> 7 8 </head> 8 9 <body> 9 10 <div id="elysia"></div>