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