-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (36 loc) · 1.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html>
<head>
<title>Your electric installation</title>
<meta name="description" content="charset:utf-8" />
<!-- Required meta tags for bootstrap -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- - - - - - - - - - - - - -->
<!-- CSS - globals -->
<!-- - - - - - - - - - - - - -->
<!-- - - - - - - - - - - - - -->
<!-- CSS - custom -->
<!-- - - - - - - - - - - - - -->
<link rel="stylesheet" type="text/css" href="src/css/application.css" />
<link rel="stylesheet" type="text/css" href="src/css/print.css" />
<!-- - - - - - - - - - - - - -->
<!-- JS - globals -->
<!-- - - - - - - - - - - - - -->
<!-- See https://raw.githack.com/MrRio/jsPDF/master/docs/index.html -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
<script src="../node_modules/canvg/lib/index.js"></script> -->
<!-- - - - - - - - - - - - - -->
<!-- JS - custom -->
<!-- - - - - - - - - - - - - -->
<script type="module" src="dist/main.js"></script>
</head>
<body>
<installation-navigation></installation-navigation>
<div id="tab_target" style="width: min-content"></div>
<element-editor id="editor">Here we have the editor</element-editor>
</body>
</html>