-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 929 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<!--<link rel="stylesheet" href="css/styles.css" type="text/css">-->
<script src="prop/prop_scripts_js.js"></script>
<script src="resources/pako/pako.min.js"></script>
<script src="resources/jsPDF/jspdf.umd.min.js"></script>
<script src="resources/jsPDF/print.js"></script>
<title>Eendraadschema online tekenen</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="keywords" content="Eendraadschema, online, tekenen, svg, gratis">
<meta name="description" content="Een tool om ééndraadschema’s te tekenen">
<meta name="author" content="Ivan Goethals">
<style type="text/css" media="print">
@page {
size: landscape;
}
</style>
</head>
<body>
<div id="container" class="container"></div>
<script type="module" src="src/main.js"></script>
</body>
</html>