mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-20 18:18:32 +00:00
js path
This commit is contained in:
parent
d911e1f51a
commit
fa7796ea59
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<script>import("./js/strudel.js").then(m => strudel = m)
|
<script>import("strudel.js").then(m => strudel = m)
|
||||||
</script>
|
</script>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
@ -9,6 +9,6 @@
|
|||||||
<button onclick="foo()">hello</button>
|
<button onclick="foo()">hello</button>
|
||||||
<button onclick="bar()">hello</button>
|
<button onclick="bar()">hello</button>
|
||||||
|
|
||||||
<script type="module" src="./js/strudel.js"></script>
|
<script type="module" src="strudel.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user