Server IP : 172.16.15.8 / Your IP : 3.145.154.251 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/rlbarner/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Goal: Give the user their first prompt and their first choices. Transfer to PHP page to handle redirection. --> <HEAD> <link rel="stylesheet" type="text/css" href="advstyle.css"> </HEAD> <TITLE>So Begins Your Adventure!</TITLE> <BODY> <H2>"Good Morning!"</H2> <HR> <BR> You have just stepped outside of your small village home and are greeted with a hearty voice bellowing on the breeze. Upon glancing around, your eyes lock onto a figure quickly approaching from the north, sprinting in the middle of the dirt path leading down to your hometown hamlet from the mountains surrounding it. <P> As the stranger approaches, his features begin to come into focus: he is short of stature and sports a finely groomed, braided, fire-red beard that covers most of his chest. He is dressed in hunting clothes fashioned from soft leather; the texture and the rich colour of the leather suggests that this person paid a few pretty coins in order to have it tailored. <P> "Hello, young chap! How are you this fine day?" <P> It strikes you as odd that this strange Dwarf is talking to you as if he had known you your entire young life. <HR> <B>What do you do?</B> <Form action=page1redirect.php method=post> <INPUT type=radio name=ans1 value=ch1> Bypass the stranger and begin to walk down the dirt path. <BR> <INPUT type=radio name=ans1 value=ch2> Launch into conversation with the Dwarf: "I'm fine, and yourself?" <BR> <INPUT type=radio name=ans1 value=ch3> Retreat back inside your house and act like nothing strange happened. <BR> <INPUT type=radio name=ans1 value=ch4> Confront the Dwarf up front: "Who are you? I sure as hell don't know you." <BR><BR> <INPUT type=submit value=Submit> <INPUT type=reset value=Reset> </Form> <HR> <A HREF=adventurefrontpage.html>Go Back</A> <BR> <A HREF=index.html>Website Index</A> </BODY>