fix export queue

This commit is contained in:
mrkishi
2019-05-17 12:30:21 -03:00
parent ce50c2ff98
commit 9dd63ab760
12 changed files with 239 additions and 17 deletions

View File

@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset='utf-8'>
%sapper.base%
%sapper.styles%
%sapper.head%
</head>
<body>
<div id='sapper'>%sapper.html%</div>
%sapper.scripts%
</body>
</html>