20 lines
430 B
HTML
20 lines
430 B
HTML
<!doctype html>
|
|
<!--suppress HtmlUnknownTarget -->
|
|
<html lang="de">
|
|
<head>
|
|
<base href="/" />
|
|
<meta charset="utf8">
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<title>Svelte app</title>
|
|
|
|
<link rel="stylesheet" href="/global.css">
|
|
<link rel="stylesheet" href="/bundle.css">
|
|
<script type="module" data-main="/index.js"></script>
|
|
<script nomodule data-main="/index.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
</html>
|