mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
make poll method in center and added css to the button (#64)
* make poll method in center and added css to the button * make poll method in center and added css to the button * Update index.html * Update index.html * Update index.html * Update index.html
This commit is contained in:
parent
22957778b1
commit
333cc22ba5
|
@ -1,6 +1,26 @@
|
|||
<!-- I AM A FAKE PAGE | DO NOT TRUST ME -->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
.hover {
|
||||
color: #FFF;
|
||||
text-align: center;
|
||||
width: 222px;
|
||||
cursor:pointer;
|
||||
background-color: #0EADFF;
|
||||
display: block;margin:0px 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:0px auto;border-radius:20px;border-color:transparent;height:40px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<title>VoteRank #289032</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
@ -14,7 +34,7 @@
|
|||
<h1>#289032</h1>
|
||||
</header>
|
||||
|
||||
<body bgcolor="#eff0f1">
|
||||
<body bgcolor="#eff0f1" style="text-align:center">
|
||||
<div>
|
||||
<form action="index2.html">
|
||||
<div id="group1">
|
||||
|
@ -40,7 +60,7 @@
|
|||
<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>
|
||||
<input type="submit" value="Submit">
|
||||
<input type="submit" value="Submit" class="hover hover1">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -1,6 +1,26 @@
|
|||
<!-- I AM A FAKE PAGE | DO NOT TRUST ME -->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
.hover {
|
||||
color: #FFF;
|
||||
text-align: center;
|
||||
width: 222px;
|
||||
cursor:pointer;
|
||||
background-color: #0EADFF;
|
||||
display: block;margin:0px 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:0px auto;border-radius:20px;border-color:transparent;height:40px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<title>VoteRank #289032</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
@ -14,7 +34,7 @@
|
|||
<h1>#289032</h1>
|
||||
</header>
|
||||
|
||||
<body bgcolor="#eff0f1">
|
||||
<body bgcolor="#eff0f1" style="text-align:center">
|
||||
<div>
|
||||
<form action="index2.html">
|
||||
<div id="group1">
|
||||
|
@ -40,7 +60,7 @@
|
|||
<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>
|
||||
<input type="submit" value="Submit">
|
||||
<input type="submit" value="Submit" class="hover hover1">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user