platform/dev/prod/public/index.html
Andrey Sobolev ef0c3e8c91
Local docker compose (#332)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2021-11-22 12:17:10 +01:00

19 lines
377 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='/vendors.js'></script>
<script src='/bundle.js'></script>
</body>
</html>