1<!doctype html> 2<html> 3<head> 4 <meta charset='utf8'> 5 <meta name='viewport' content='width=device-width'> 6 7 <title>DLH - Mermaid live editor</title> 8 9 <link rel='stylesheet' href='styles.css'> 10 <link rel='stylesheet' href='bundle.css'> 11 <link rel="stylesheet" href="fontawesome.all.min.css"> 12 13<script> 14function ga(){ 15 return true; 16} 17</script> 18<style> 19.myInlineDecoration { 20 /* cursor: pointer; */ 21 /* text-decoration: underline; */ 22 font-weight: bold; 23 font-style: oblique; 24 background: #ffcccc; 25} 26#dgraph-div { 27 display: none; 28} 29</style> 30 <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> 31 </head> 32<body> 33 <script src='bundle.js'></script> 34</body> 35</html> 36