-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4bae14d
commit 36d086e
Showing
5 changed files
with
69 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<html> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<style> | ||
body { | ||
background: linear-gradient( | ||
135deg, | ||
white 0%, | ||
white 49%, | ||
black 49%, | ||
black 51%, | ||
white 51%, | ||
white 100% | ||
); | ||
background-repeat: repeat; | ||
background-size: 20px 20px; | ||
margin: 0px; | ||
} | ||
canvas { | ||
background-color: white; | ||
} | ||
</style> | ||
</head> | ||
<script type="module"> | ||
import init from '../target/event.js'; | ||
init(); | ||
</script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters