docs: set-up sapper template

This commit is contained in:
Eric Liu 2020-05-09 07:19:03 -07:00
commit 04b8978ec2
22 changed files with 5209 additions and 0 deletions

14
docs/src/template.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
%sapper.base%
<link rel="icon" type="image/png" href="favicon.png" />
%sapper.styles% %sapper.head%
</head>
<body>
<div id="sapper">%sapper.html%</div>
%sapper.scripts%
</body>
</html>