blob: b168acae916a722cba3c1e2faee459ccfcbd5821 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
return {
parse('sktn', '<!DOCTYPE html>\
<html lang="en">\
\
<head>\
<meta charset="UTF-8">\
<title></title>\
<meta name="viewport" content="width=devide-width,initial-scale=1">\
<link rel="stylesheet" href="">\
</head>\
\
<body>\
<div>\
<h1></h1>\
</div>\
</body>\
<script src=""></script>\
\
</html>'),
}
|