platform/dev/prod/public/index.html
Andrey Platov 33ce6a73f7
Fix Webpack build (#354)
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
Co-authored-by: Andrey Sobolev <haiodo@gmail.com>
2021-11-24 10:45:09 +01:00

18 lines
340 B
HTML

<!doctype html>
<html>
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>Svelte app</title>
<link rel='icon' type='image/png' href='favicon.png'>
<link rel='stylesheet' href='/bundle.css'>
</head>
<body style="margin: 0; overflow: hidden;">
<script src='/bundle.js'></script>
</body>
</html>