2022-03-02 08:16:31 +05:30
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<%= webpack_bundle_tag("sandboxed_mermaid") %>
|
2022-05-07 20:08:51 +05:30
|
|
|
<% if params[:darkMode] == 'true' %>
|
|
|
|
<meta name="color-scheme" content="dark light">
|
|
|
|
<% end %>
|
2022-03-02 08:16:31 +05:30
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|