Omnibus commited on
Commit
b961386
·
verified ·
1 Parent(s): 0faf160

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -4,11 +4,12 @@
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
  <title>My static Space</title>
 
7
 
8
  </head>
9
  <body>
10
  <pre class="mermaid">
11
- graph LR
12
  A --- B
13
  B-->C[fa:fa-ban forbidden]
14
  B-->D(fa:fa-spinner);
 
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
  <title>My static Space</title>
7
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
8
 
9
  </head>
10
  <body>
11
  <pre class="mermaid">
12
+ graph TD
13
  A --- B
14
  B-->C[fa:fa-ban forbidden]
15
  B-->D(fa:fa-spinner);