kalker/kalk_web/public/index.html

18 lines
432 B
HTML
Raw Normal View History

2021-01-02 01:02:46 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
2021-01-02 01:02:46 +01:00
<title>Svelte app</title>
2021-01-02 01:02:46 +01:00
<link rel="icon" type="image/png" href="/favicon.png">
2021-01-02 01:02:46 +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>