source for lucas.co
w
index.html | 2 +-
js.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index d948da9..3bdbb7a 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
<head>
<link rel="stylesheet" href="css.css">
-<script type="module" src="https://lucas.co/js.js"></script>
+<script src="https://lucas.co/js.js"></script>
</head>
<body id="body" onload="loadPage()">
diff --git a/js.js b/js.js
index 2c7a475..a3f3cde 100644
--- a/js.js
+++ b/js.js
@@ -1,4 +1,4 @@
-import data from "./info.json" assert {type: "json"};
+// import data from "./info.json" assert {type: "json"};
// import_json();