mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-09 18:39:41 +02:00
Remove live-server
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="dist/mermaid.css"/>
|
||||
<link rel="stylesheet" href="../../dist/mermaid.css"/>
|
||||
<script>
|
||||
|
||||
</script>
|
||||
<script src="dist/mermaid.js"></script>
|
||||
<script src="../../dist/mermaid.js"></script>
|
||||
<style>
|
||||
body{
|
||||
background-color: #89896f;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
</style>
|
||||
@@ -25,7 +25,7 @@
|
||||
C--> D(fa:fa-spinner);
|
||||
D--> E(En fa:fa-camera-retro kanske?);
|
||||
</div>
|
||||
<div class="mermaid" id="i211">
|
||||
<div class="mermaid" id="i212">
|
||||
sequenceDiagram
|
||||
Ali#45;ce->>John: Hello John, how are you? #60;
|
||||
John-->>Alice: Great!#quot;
|
||||
|
Reference in New Issue
Block a user