2021-01-02 01:02:46 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2021-01-02 17:20:00 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
2021-01-02 01:02:46 +01:00
|
|
|
|
2021-01-02 17:20:00 +01:00
|
|
|
<title>Svelte app</title>
|
2021-01-02 01:02:46 +01:00
|
|
|
|
2021-01-02 17:20:00 +01:00
|
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
2021-01-02 01:02:46 +01:00
|
|
|
|
2021-01-02 17:20:00 +01:00
|
|
|
<link rel="stylesheet" href="/build/bundle.css">
|
|
|
|
<script defer src="/build/bundle.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>Please enable JavaScript to view this application.</noscript>
|
|
|
|
</body>
|
2021-01-02 01:02:46 +01:00
|
|
|
</html>
|