* chore(deps-dev): bump @sveltejs/kit in /frontend Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.0.0-next.338 to 1.0.0-next.342. - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.0.0-next.342/packages/kit) --- updated-dependencies: - dependency-name: "@sveltejs/kit" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * breaking changes Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
17 lines
315 B
HTML
17 lines
315 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="/logo.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>windmill.dev</title>
|
|
%sveltekit.head%
|
|
</head>
|
|
|
|
<body class="outline-none focus:outline-none">
|
|
%sveltekit.body%
|
|
</body>
|
|
|
|
</html>
|