24 lines
1012 B
HTML
24 lines
1012 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<title>Парус 8 - Панели мониторинга</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="description" content="Parus 8 monitoring WEB application" />
|
|
<meta name="author" content="CITK Parus" />
|
|
<!-- P8 Panels -->
|
|
<link rel="stylesheet" href="./css/p8-panels.css" />
|
|
<!-- MUI -->
|
|
<link rel="stylesheet" href="./css/fonts-roboto.css" />
|
|
<link rel="stylesheet" href="./css/fonts-material-icons.css" />
|
|
<!-- Gantt -->
|
|
<script src="./libs/frappe-gantt/frappe-gantt.js"></script>
|
|
<link rel="stylesheet" href="./libs/frappe-gantt/frappe-gantt.css" />
|
|
</head>
|
|
<body style="display: block; margin: 0px" class="scroll">
|
|
<div id="app-content"></div>
|
|
<script src="dist/p8-panels.js"></script>
|
|
</body>
|
|
</html>
|