Files
housesof/src/template.html
Félix Péault d823f28054
All checks were successful
continuous-integration/drone/push Build is passing
Restructure utility files, Use a bundle.css to fix CSS issues
2020-03-03 15:36:57 +01:00

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>