Spaces:
Sleeping
Sleeping
Added favicon.
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
|
| 15 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script> <!--markdown library-->
|
| 16 |
<link rel="stylesheet" href="/static/styles.css">
|
| 17 |
-
|
| 18 |
</head>
|
| 19 |
|
| 20 |
|
|
|
|
| 14 |
|
| 15 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script> <!--markdown library-->
|
| 16 |
<link rel="stylesheet" href="/static/styles.css">
|
| 17 |
+
<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>" />
|
| 18 |
</head>
|
| 19 |
|
| 20 |
|