Skip to content

Commit

Permalink
added type module in indexhml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorezz committed Oct 24, 2024
1 parent 302c4d7 commit dc32b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Public Code Editor</title>
<script src="wasm_exec.js" ></script>
<script type="module" src="wasm_exec.js"></script>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit dc32b1d

Please sign in to comment.