#1223 Removing/updating some logging, adding current.html to .gitignore

This commit is contained in:
Knut Sveidqvist
2020-01-29 20:44:15 +01:00
parent ec90537181
commit c43f791b29
4 changed files with 8 additions and 10 deletions

View File

@@ -5,13 +5,11 @@
rel="stylesheet"
/>
<style>
body {background: black}
body {background: white}
h1 { color: white;}
.arrowheadPath {fill: red;}
.edgePath .path {stroke: red;}
</style>
</head>
<body>
@@ -19,8 +17,9 @@
<div style="display: flex;width: 100%; height: 100%">
<div class="mermaid" style="width: 100%; height: 100%">
stateDiagram
a --> b: Status
a --> b: Stop
NotFound --> NotFound: Status
NotFound --> NotFound: Stop
</div>
</div>