Skip to content

Commit

Permalink
add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Mar 31, 2024
1 parent ab52272 commit 2379ea8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<head>
<meta charset="utf-8"/>
<title>it-mermaid-viewer</title>
<!-- emoji favicon-->
<link rel="icon"
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctext x='0' y='20' font-size='20' fill='%23f1f1f1'%3E🧜‍️%3C/text%3E%3C/svg%3E"
type="image/svg+xml">
<style>
html, body {
margin: 0;
Expand All @@ -12,6 +16,7 @@
overflow: hidden;
background: white;
}

#graphDiv {
width: 100%;
height: 100%;
Expand Down

0 comments on commit 2379ea8

Please sign in to comment.