aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2019-05-10 19:01:26 +0900
committerDevine Lu Linvega <[email protected]>2019-05-10 19:01:26 +0900
commit80b30eba5074dace997fdfba631c81d4806cff47 (patch)
tree8d619e30a90cf6959a1ef1b8393da78c28b41c77 /index.html
parent3abfc96098ead4db516a10456eb5456f555f9678 (diff)
downloadOrca-80b30eba5074dace997fdfba631c81d4806cff47.tar.gz
Orca-80b30eba5074dace997fdfba631c81d4806cff47.zip
*
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 9d0254b..677a74e 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@
<body>
<script type="module" src="browser/mock/require.js"></script>
<script type="module">
- import Terminal from "desktop/sources/scripts/terminal.js";
+ import Terminal from "./desktop/sources/scripts/terminal.js";
const terminal = new Terminal()
window.terminal = terminal
terminal.install(document.body)