mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 11:31:57 +03:00
ef0c3e8c91
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
19 lines
377 B
HTML
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> |