Skip to content
Snippets Groups Projects
Commit c02cf5ea authored by Quentin Bolsee's avatar Quentin Bolsee
Browse files

CSS type

parent 41ebd1b3
No related branches found
No related tags found
No related merge requests found
Pipeline #29142 passed
......@@ -11,6 +11,8 @@ node_modules
dist-ssr
*.local
pckage-lock.json
# Editor directories and files
.vscode/*
!.vscode/extensions.json
......
......@@ -3,7 +3,7 @@
<html>
<head>
<link rel="icon" type="image/x-icon" href="images/logo.png">
<link rel="stylesheet" href="src/style.css">
<link rel="stylesheet" type="text/css" href="src/style.css">
<meta charset="utf-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
......@@ -75,7 +75,6 @@
</div>
</div>
</div>
<script src="/src/interface.js" type="module"></script>
<script src="/src/interface.js" type="module"></script>
<script type="module" src="/src/interface.js"></script>
</body>
</html>
......@@ -10,7 +10,7 @@
"dependencies": {
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.0",
"events": "^3.3.0",
"events": "^3.0.0",
"gerber-to-svg": "^4.2.8",
"process": "^0.11.10",
"save-svg-as-png": "^1.4.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment