Skip to content

Commit

Permalink
its sandbox safe
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeedev committed Apr 24, 2024
1 parent f18895b commit 3c4b17e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ <h1>Welcome to <span id="code">kefir</span>!</h1>
<div id="root">

</div>
<script type="module" src="script.js"></script>
<script src="kefir.js"></script>
<script src="script.js"></script>
</body>
</html>
1 change: 0 additions & 1 deletion kefir.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,3 @@ class Kefir {

console.log("%ckefir.js v0.1.0", "font-family:monospace;font-size:20px; padding:10px; border-radius:10px; background-color: white; color: black;");

export { Kefir };
2 changes: 0 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { Kefir } from './kefir.js';

const ui = [
`css:
button {
Expand Down

0 comments on commit 3c4b17e

Please sign in to comment.