1
0
mirror of https://github.com/4yn/slidershim.git synced 2024-11-12 00:40:49 +01:00
slidershim/public/index.html

18 lines
429 B
HTML
Raw Normal View History

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>