init report && move live_monitor_vue
This commit is contained in:
35
live_monitor_vue/index.html
Normal file
35
live_monitor_vue/index.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<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">
|
||||
<title>LiveMonitor</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user