Jellyfish042's picture
Checkpoint before tooltip palette update
350392a
raw
history blame contribute delete
399 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>$page_title</title>
<style>
$style_block
</style>
</head>
<body>
<svg id="svg-overlay"></svg>
<div id="tooltip"></div>
$header_html
<div class="content">$content_html</div>
<script id="render-model" type="application/json">$render_model_json</script>
<script>
$script_body
</script>
</body>
</html>