1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-13 01:56:24 +02:00

add doctype to preview html. fixes #204

This commit is contained in:
Kushagra Gour
2017-10-02 13:21:05 +05:30
parent a84ec4e8ca
commit 2a92079bf1

View File

@ -954,6 +954,7 @@ globalConsoleContainerEl
);
}, '');
var contents =
'<!DOCTYPE html>\n' +
'<html>\n<head>\n' +
'<meta charset="UTF-8" />\n' +
externalCss +