2022-01-27 12:37:27 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2022-02-06 19:01:34 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
2022-01-27 12:37:27 +01:00
|
|
|
|
2022-02-06 19:01:34 +01:00
|
|
|
<title>Svelte app</title>
|
2022-01-27 12:37:27 +01:00
|
|
|
|
2022-02-06 19:01:34 +01:00
|
|
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
|
|
|
<link rel="stylesheet" href="/global.css" />
|
|
|
|
<link rel="stylesheet" href="/build/bundle.css" />
|
2022-01-27 12:37:27 +01:00
|
|
|
|
2022-02-06 19:01:34 +01:00
|
|
|
<script defer src="/build/bundle.js"></script>
|
|
|
|
</head>
|
2022-01-27 12:37:27 +01:00
|
|
|
|
2022-02-07 03:10:36 +01:00
|
|
|
<body></body>
|
2022-01-27 12:37:27 +01:00
|
|
|
</html>
|