mermaid/cypress/platform/webpackUsage.html

18 lines
311 B
HTML
Raw Normal View History

2022-02-10 20:32:21 +01:00
<!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>