diff options
author | RossTheRoss <mstrapp@protonmail.com> | 2021-02-01 11:39:08 -0600 |
---|---|---|
committer | RossTheRoss <mstrapp@protonmail.com> | 2021-02-01 11:39:08 -0600 |
commit | 41d5c2636e3e364157b0fa9c8bdeff1c055cd939 (patch) | |
tree | f2d780861f309520253ae30852ac640d77433a0b /csci4131 | |
parent | Finish assignment 1 (diff) | |
download | homework-41d5c2636e3e364157b0fa9c8bdeff1c055cd939.tar homework-41d5c2636e3e364157b0fa9c8bdeff1c055cd939.tar.gz homework-41d5c2636e3e364157b0fa9c8bdeff1c055cd939.tar.bz2 homework-41d5c2636e3e364157b0fa9c8bdeff1c055cd939.tar.lz homework-41d5c2636e3e364157b0fa9c8bdeff1c055cd939.tar.xz homework-41d5c2636e3e364157b0fa9c8bdeff1c055cd939.tar.zst homework-41d5c2636e3e364157b0fa9c8bdeff1c055cd939.zip |
dir things
Diffstat (limited to 'csci4131')
-rw-r--r-- | csci4131/hw1/strap012.zip | bin | 0 -> 1842 bytes | |||
-rw-r--r-- | csci4131/hw1/strap012/myContacts.html (renamed from csci4131/hw1/myContacts.html) | 0 | ||||
-rw-r--r-- | csci4131/hw1/strap012/myWidgets.html (renamed from csci4131/hw1/myWidgets.html) | 0 | ||||
-rw-r--r-- | csci4131/lec/Lec4Ex2.html (renamed from csci4131/lec/Lec3Ex3.html) | 6 |
4 files changed, 5 insertions, 1 deletions
diff --git a/csci4131/hw1/strap012.zip b/csci4131/hw1/strap012.zip Binary files differnew file mode 100644 index 0000000..02c03bc --- /dev/null +++ b/csci4131/hw1/strap012.zip diff --git a/csci4131/hw1/myContacts.html b/csci4131/hw1/strap012/myContacts.html index 866b999..866b999 100644 --- a/csci4131/hw1/myContacts.html +++ b/csci4131/hw1/strap012/myContacts.html diff --git a/csci4131/hw1/myWidgets.html b/csci4131/hw1/strap012/myWidgets.html index 9d470e5..9d470e5 100644 --- a/csci4131/hw1/myWidgets.html +++ b/csci4131/hw1/strap012/myWidgets.html diff --git a/csci4131/lec/Lec3Ex3.html b/csci4131/lec/Lec4Ex2.html index 1f40c72..24355bb 100644 --- a/csci4131/lec/Lec3Ex3.html +++ b/csci4131/lec/Lec4Ex2.html @@ -6,9 +6,13 @@ </head> <body> <form method="post"> + <p> <input name="URL" Type="url">URL</input><br> <input name="email" Type="email">Email</input><br> + </p> + <p> <input type="submit" value="Submit"> - <input type="Clear" value="Clear"> + <input type="reset" value="Clear"> + </p> </form> </body>
\ No newline at end of file |