76 lines
3.1 KiB
HTML
Executable File
76 lines
3.1 KiB
HTML
Executable File
<html>
|
|
<head>
|
|
<title>Entertainment :: LNR Universe</title>
|
|
<link rel="StyleSheet" type="text/css" href="script/styles.css">
|
|
</head>
|
|
<body bgcolor="black" link="white" vlink="white" alink="white" text="white"
|
|
background="images/stars.jpg">
|
|
<font face="Verdana,Arial" size="2" color="white">
|
|
|
|
<center><font size="6"><font color="#FF00FF">L</font><font color="#EE00EE">N</font><font color="#DD00DD">R</font> <font color="#CC00CC">U</font><font color="#BB00BB">n</font><font color="#AA00AA">i</font><font color="#BB00BB">v</font><font color="#CC00CC">e</font><font color="#DD00DD">r</font><font color="#EE00EE">se</font><font color="#FF00FF"></font></font><br>
|
|
|
|
<font color="lime" face="Courier New,Courier,Fixedsys">:: WELCOME TO OUR WORLD ::</font></center>
|
|
<br><br>
|
|
|
|
<b><a href="index.html">Universe</a> > <a href="games.html">Games</a> > Love Test</b><br><br>
|
|
|
|
<b>How it Works</b><br>
|
|
Fill out the forms below <i>honestly</i>, and when you hit SUBMIT, Perl will take your
|
|
answers and give you a description of how your ideal boyfriend or girlfriend will be like.
|
|
Perl decides answers depending on what characters, how many letters, or what words you
|
|
use while filling out this form.<br><br>
|
|
|
|
<form action="cgi-bin/survey.pl" method="post">
|
|
|
|
<b>1)</b> What is your full name? (First middle and last)<br>
|
|
<input type="text" size="50" name="name" class="text"><br>
|
|
<b>2)</b> Enter your e-mail address below.<br>
|
|
<input type="text" size="50" name="email" class="text"><br>
|
|
<b>3)</b> How old are you?<br>
|
|
<input type="text" size="50" name="age" class="text"><br>
|
|
<b>4)</b> Have you ever had a boyfriend/girlfriend?<br>
|
|
<select name="hadbfgf" class="select">
|
|
<option value="Yes">Yes
|
|
<option value="No">No
|
|
</select><br>
|
|
<b>5)</b> Are you a virgin?<br>
|
|
<select name="virgin" class="select">
|
|
<option value="Yes">Yes
|
|
<option value="No">No
|
|
</select><br>
|
|
<b>6)</b> How often do you masturbate?<br>
|
|
<select name="masturbate" class="select">
|
|
<option value="Never">Never
|
|
<option value="Less than 7 times a week">Less than 7 times a week
|
|
<option value="About 7 times a week">About 7 times a week
|
|
<option value="More than 7 times a week">More than 7 times a week
|
|
</select><br>
|
|
<b>7)</b> Have you ever had a crush on a member of the same sex?<br>
|
|
<select name="crushsame" class="select">
|
|
<option value="Yes">Yes
|
|
<option value="No" selected>No
|
|
</select><br>
|
|
<b>8)</b> What are your major turn-ons?<br>
|
|
<input type="text" size="50" name="turnons" class="text"><br>
|
|
<b>9)</b> What are your major turn-offs?<br>
|
|
<input type="text" size="50" name="turnoffs" class="text"><br>
|
|
<b>10)</b> What is your sexuality?<br>
|
|
<select name="sexuality" class="select">
|
|
<option value="Heterosexual [straight]">Heterosexual [Straight]
|
|
<option value="Bisexual">Bisexual [Bi]
|
|
<option value="Bi-curious">Bi-curious
|
|
<option value="Homosexual">Homosexual
|
|
</select><br>
|
|
Post any comments here:<br>
|
|
<textarea cols="50" rows="6" wrap="virtual" name="comments" class="text"></textarea><br><br>
|
|
|
|
<center>
|
|
<input type="submit" value="Submit!" class="bttn"><input type="reset" value="Clear Form" class="bttn">
|
|
</center>
|
|
|
|
</form>
|
|
|
|
<br>
|
|
</font>
|
|
</body>
|
|
</html> |