Omnibus commited on
Commit
ff49273
·
verified ·
1 Parent(s): 4f89603

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +8 -2
index.html CHANGED
@@ -6,15 +6,21 @@
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
-
12
  <pre id = "test1" class="mermaid">
13
  graph TD
14
  A[Start] --> B[Task 1]
15
- B --> C[Task 2]
16
  C --> D[End]
17
  </pre>
 
18
 
19
  <script type="module">
20
  import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
 
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
+ <style>
10
+ .chart{
11
+ background:blue;
12
+ }
13
+ </style>
14
  </head>
15
  <body>
16
+ <div class="chart">
17
  <pre id = "test1" class="mermaid">
18
  graph TD
19
  A[Start] --> B[Task 1]
20
+ B --> C[Task 8]
21
  C --> D[End]
22
  </pre>
23
+ </div>
24
 
25
  <script type="module">
26
  import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';