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.
19 lines
557 B
19 lines
557 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.previewFrameUrl = 'http://localhost:{{ port }}/view/{{ baseView }}';</script>
|
|
<iframe id="preview_frame" src="http://localhost:{{ port }}/view/{{ baseView }}" class="breakpoint"></iframe>
|
|
|
|
<script src="/scripts/page--toolbar.js"></script>
|
|
</body>
|
|
</html>
|
|
|