git.lucas.co / website
source for lucas.co

commitdb405d2a696fa60a7ba6de624ea1b1f228d9ba55
parent981a0fd879
authorsynthpure <[email protected]>
date2023-08-02 11:17
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();