commit 7553735eaf8e0d0006fa5aa7be077eacc69d5b5a Author: Peter Hart Date: Sun Apr 26 22:53:36 2020 -0400 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e5cea9 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ + +# Web Repo + +Simple repo for keeping track of attempts to work with various web +technologies. diff --git a/drawing-program/index.html b/drawing-program/index.html new file mode 100644 index 0000000..0a2f091 --- /dev/null +++ b/drawing-program/index.html @@ -0,0 +1,142 @@ + + + + Pete's Simple Drawing Program + + + + + + + + + + + + + + + + + + +