From 7553735eaf8e0d0006fa5aa7be077eacc69d5b5a Mon Sep 17 00:00:00 2001 From: Peter Hart Date: Sun, 26 Apr 2020 22:53:36 -0400 Subject: [PATCH] initial commit --- .gitignore | 1 + README.md | 5 ++ drawing-program/index.html | 142 +++++++++++++++++++++++++++++++++++++ 3 files changed, 148 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 drawing-program/index.html 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 + + + + + + + + + + + + + + + + + + +