Skip to content

Commit b268f23

Browse files
committed
fix: restore 🔌 emoji favicon
1 parent 46d9915 commit b268f23

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

‎web2api/templates/index.html‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<link
7-
rel="icon"
8-
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='16' fill='%23114f55'/><path d='M31 23h38v12h-8v8h8v12H31V43h8v-8h-8z' fill='%23f9f2de'/><rect x='39' y='58' width='22' height='14' rx='3' fill='%23f0aa2d'/></svg>"
9-
/>
6+
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🔌</text></svg>" />
107
<title>Web2API Catalog</title>
118
<style>
129
:root {

0 commit comments

Comments
 (0)