All checks were successful
continuous-integration/drone/push Build is passing
20 lines
409 B
HTML
20 lines
409 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta name="theme-color" content="#3C0576">
|
|
|
|
<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> |