summaryrefslogtreecommitdiff
path: root/app/views/sandbox/mermaid.html.erb
blob: 2d2391c8866e8ec92d08f85991fc6c88cc742080 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <head>
  <%= webpack_bundle_tag("sandboxed_mermaid") %>
  </head>
  <body>
    <div id="app"></div>
  </body>
</html>