mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-31 07:46:38 +00:00
a30c08bd9d
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
18 lines
340 B
HTML
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> |