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: 48c7baeaeedbafb1734d32bc46dae815322a5134 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
  <%= webpack_bundle_tag("sandboxed_mermaid") %>
  <% if params[:darkMode] == 'true' %>
    <meta name="color-scheme" content="dark light">
  <% end %>
  </head>
  <body>
    <div id="app"></div>
  </body>
</html>