Skip to content

Commit e4734f1

Browse files
save file
1 parent 6268fce commit e4734f1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,11 @@
335335

336336
var html = `
337337
338+
<!DOCTYPE html>
339+
340+
<html>
341+
<head>
342+
338343
<script>
339344
window.addEventListener('message',({data})=>{
340345
console.log('message',data);
@@ -356,6 +361,13 @@
356361
}//run
357362
358363
</scr`+`ipt>
364+
365+
</head>
366+
367+
<body>
368+
</body>
369+
</html>
370+
359371
`;
360372

361373

0 commit comments

Comments
 (0)