12 lines
246 B
Text
12 lines
246 B
Text
<!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>
|