Skip to content

Commit eb5e219

Browse files
save file
1 parent 1e149e9 commit eb5e219

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

utils/editors/js-console/html/output-console/v2.0/output-console-v2.0.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,12 @@
335335

336336
var html = `
337337
338-
<script>
338+
<!DOCTYPE html>
339+
340+
<html>
341+
<head>
342+
343+
<script type=module>
339344
window.addEventListener('message',async({data})=>{
340345
341346
var {js} = data;
@@ -347,6 +352,12 @@
347352
348353
</scr`+`ipt>
349354
355+
</head>
356+
357+
<body>
358+
</body>
359+
</html>
360+
350361
`;
351362

352363

0 commit comments

Comments
 (0)