You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
574 B
26 lines
574 B
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="/styles/page--main.css">
|
|
<title>Block Development Tool</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{{> (include_partial "layouts/partials/toolbar") }}
|
|
|
|
<script>
|
|
window.devTool = {
|
|
previewFrameUrl: '{{ previewFrameUrl }}',
|
|
};
|
|
</script>
|
|
|
|
<div class="preview">
|
|
<iframe id="preview_frame" src="{{ previewFrameUrl }}?iframe=true" class="breakpoint"></iframe>
|
|
</div>
|
|
|
|
<script src="/scripts/dist/index.min.js"></script>
|
|
</body>
|
|
</html>
|
|
|