diff options
| author | Paul Harrison <[email protected]> | 2026-06-15 12:47:45 -0700 |
|---|---|---|
| committer | Paul Harrison <[email protected]> | 2026-06-15 12:47:45 -0700 |
| commit | d639e402cd8b27cf839017080ce9b995b5b80452 (patch) | |
| tree | 02f82677184c7c2166ca6bc3165629fca5d4c2c4 /index.html | |
logic simulator part 1main
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..d0ee0e3 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title>Logic Gate Simulator</title> + </head> + <body> + <canvas id="canvas" width="500" height="500" tabindex="1"></canvas> + <script src="gatesim.js"></script> + </body> +</html>
\ No newline at end of file |
