23 lines
681 B
HTML
23 lines
681 B
HTML
<!doctype html>
|
|
<!--suppress HtmlUnknownTarget -->
|
|
<!--suppress JSUnresolvedLibraryURL -->
|
|
<html lang="de">
|
|
<head>
|
|
<base href="/" />
|
|
<meta charset="utf8">
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<title>Svelte app</title>
|
|
|
|
<link rel='icon' type='image/png' href='/favicon.png'>
|
|
<link rel="stylesheet" href="/global.css" media="screen">
|
|
<link rel="stylesheet" href="/print.css" media="print">
|
|
<link rel="stylesheet" href="/bundle.css">
|
|
<script type="module" src="https://unpkg.com/dimport?module" data-main="/index.js"></script>
|
|
<script nomodule src="https://unpkg.com/dimport/nomodule" data-main="/index.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
</html>
|