index
:
digit-single
master
Sudoku in Svelte
Maks Jopek <maks@jopek.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
bestes.html
blob: e452cef9e6f60f6559bd0ac8b268c0374d6af07c (
plain
) (
blame
)
1
2
3
4
<body>
<script
src
=
"bestest.js"
></script>
<script>new
Sudoku
(
document
.
body
)
</script>
</body>