platform/dev/prod/public/index.html
Andrey Sobolev 09c9b22938
Fix svelte icon and title (#1086)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-03-03 16:02:32 +07:00

18 lines
338 B
HTML

<!doctype html>
<html>
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>Platform</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>