diff options
author | RossTheRoss <mstrapp@protonmail.com> | 2021-02-01 11:51:41 -0600 |
---|---|---|
committer | RossTheRoss <mstrapp@protonmail.com> | 2021-02-01 11:51:41 -0600 |
commit | 403a5675d73a06ea764450f73869f1102d94d8e6 (patch) | |
tree | 7ba5763d32d0362fe83251545300758813106e02 /csci4131/lec/Lec4Ex2.html | |
parent | dir things (diff) | |
download | homework-403a5675d73a06ea764450f73869f1102d94d8e6.tar homework-403a5675d73a06ea764450f73869f1102d94d8e6.tar.gz homework-403a5675d73a06ea764450f73869f1102d94d8e6.tar.bz2 homework-403a5675d73a06ea764450f73869f1102d94d8e6.tar.lz homework-403a5675d73a06ea764450f73869f1102d94d8e6.tar.xz homework-403a5675d73a06ea764450f73869f1102d94d8e6.tar.zst homework-403a5675d73a06ea764450f73869f1102d94d8e6.zip |
example 1
Diffstat (limited to 'csci4131/lec/Lec4Ex2.html')
-rw-r--r-- | csci4131/lec/Lec4Ex2.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/csci4131/lec/Lec4Ex2.html b/csci4131/lec/Lec4Ex2.html deleted file mode 100644 index 24355bb..0000000 --- a/csci4131/lec/Lec4Ex2.html +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <title>There is no form</title> - </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="reset" value="Clear"> - </p> - </form> - </body>
\ No newline at end of file |