2021-02-05 03:12:03 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2021-02-16 07:23:15 +03:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
2021-02-05 03:12:03 +03:00
|
|
|
|
2021-02-16 07:23:15 +03:00
|
|
|
<title>Svelte app</title>
|
2021-02-05 03:12:03 +03:00
|
|
|
|
2021-02-16 07:23:15 +03:00
|
|
|
<link rel="icon" type="image/png" href="favicon.png" />
|
|
|
|
<link rel="stylesheet" href="global.css" />
|
2021-02-05 03:12:03 +03:00
|
|
|
|
2021-02-16 07:23:15 +03:00
|
|
|
<script defer src="build/bundle.js"></script>
|
|
|
|
</head>
|
2021-02-05 03:12:03 +03:00
|
|
|
|
2021-02-16 07:23:15 +03:00
|
|
|
<body></body>
|
2021-02-05 03:12:03 +03:00
|
|
|
</html>
|