mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 11:15:14 +00:00
15 lines
199 B
HTML
15 lines
199 B
HTML
<!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>
|