mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
18 lines
294 B
HTML
18 lines
294 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
/* .mermaid {
|
|
font-family: "trebuchet ms", verdana, arial;;
|
|
} */
|
|
/* .mermaid {
|
|
font-family: 'arial';
|
|
} */
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="graph-to-be"></div>
|
|
<script src="./bundle-test.js" charset="utf-8"></script>
|
|
</body>
|
|
|
|
</html> |