37 lines
1.8 KiB
HTML
37 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>LiveMonitor</title>
|
|
<link rel="stylesheet" href="/css/remixicons.css">
|
|
<link rel="stylesheet" href="/css/components/2_post.css">
|
|
<link rel="stylesheet" href="/css/components/2_svg_btn.css">
|
|
<link rel="stylesheet" href="/css/components/2_tabulator-table.css">
|
|
<link rel="stylesheet" href="/css/components/3_menu.css">
|
|
<link rel="stylesheet" href="/css/components/3_content.css">
|
|
<link rel="stylesheet" href="/css/components/3_phx_loader.css">
|
|
<link rel="stylesheet" href="/css/components/9_burger.css">
|
|
<link rel="stylesheet" href="/css/components/9_dropdown.css">
|
|
<link rel="stylesheet" href="/css/components/10_form.css">
|
|
<link rel="stylesheet" href="/css/components/10_global.css">
|
|
<link rel="stylesheet" href="/css/components/10_menu_animations.css">
|
|
<link rel="stylesheet" href="/css/components/111_blog_news.css">
|
|
<link rel="stylesheet" href="/css/components/111_group_settings.css">
|
|
<link rel="stylesheet" href="/css/components/111_machines_bg.css">
|
|
<link rel="stylesheet" href="/css/components/111_other.css">
|
|
<link rel="stylesheet" href="/css/components/admin_panel.css">
|
|
<link rel="stylesheet" href="/css/components/error_page.css">
|
|
<link rel="stylesheet" href="/css/components/fonts.css">
|
|
<link rel="stylesheet" href="/css/components/media.css">
|
|
<link rel="stylesheet" href="/css/components/menu.css">
|
|
<link rel="stylesheet" href="/css/_flatpickr.css">
|
|
<link rel="stylesheet" href="/css/animation.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|