19 lines
427 B
HTML
19 lines
427 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<link rel="shortcut icon" type="image/png" href="/img/favicon.png">
|
|
<link rel="stylesheet" href="/bundle.css">
|
|
|
|
%sapper.base%
|
|
%sapper.head%
|
|
</head>
|
|
|
|
<body>
|
|
<div id="site">%sapper.html%</div>
|
|
|
|
%sapper.scripts%
|
|
</body>
|
|
</html> |