diff options
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 |
