Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mermaid.html.erb « sandbox « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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>