mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 08:07:03 +00:00
15 lines
317 B
HTML
15 lines
317 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>
|
|
%svelte.head%
|
|
</head>
|
|
|
|
<body class="outline-none focus:outline-none">
|
|
%svelte.body%
|
|
</body>
|
|
</html>
|