collab/mermaid/tests/webpack/public/index.htmlblame
View source
6dd74de1<!doctype html>
6dd74de2<html>
6dd74de3 <head>
6dd74de4 <meta charset="utf-8" />
6dd74de5 <title>Getting Started</title>
6dd74de6 </head>
6dd74de7 <body>
6dd74de8 <div id="graphDiv"></div>
6dd74de9 <script src="./main.js"></script>
6dd74de10 </body>
6dd74de11</html>