Wills17 commited on
Commit
717181c
·
verified ·
1 Parent(s): 08225fa

Added favicon.

Browse files
Files changed (1) hide show
  1. 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