Skip to content

Commit f60af80

Browse files
committed
varios index agragados
1 parent 7c6634b commit f60af80

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed

index.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Document</title>
6+
<style>
7+
#button{
8+
border: none;
9+
border-bottom: 3px solid #bf932b;
10+
background-color:#ffc33e;
11+
padding: 5px 20px;
12+
border-radius: 10px;
13+
margin: 10px auto;
14+
color: #f60;
15+
font-weight: bold;
16+
/*text-shadow: 0.1em 0.1em 0.05em #FFFFFF;*/
17+
text-transform: uppercase;
18+
text-align: center;
19+
}
20+
#button:hover{
21+
background-color: #FFD166;
22+
}
23+
</style>
24+
</head>
25+
<body>
26+
<form target="_blank" action="http://localhost/create-Url/index.php" method="GET">
27+
28+
<input type="hidden" name="dato" value="xcSpoE/4QSgqhWWRnzUhcINASj+VeFLMOLtC3lqhib4Ad8oqbFPQnUlyHkZjB4QUZqWyF+UCRN+216YLF6pzcS/qMuAVdeAoThz9xSZjnFBAFTL0H9/LU3IUMZVb1ECT" />
29+
30+
<input type="submit" name="button" id="button" class="button" Value="Descargar">
31+
32+
</form>
33+
</body>
34+
</html>
35+
36+

index2.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Document</title>
6+
<style>
7+
#button{
8+
border: none;
9+
border-bottom: 3px solid #bf932b;
10+
background-color:#ffc33e;
11+
padding: 5px 20px;
12+
border-radius: 10px;
13+
margin: 10px auto;
14+
color: #f60;
15+
font-weight: bold;
16+
/*text-shadow: 0.1em 0.1em 0.05em #FFFFFF;*/
17+
text-transform: uppercase;
18+
text-align: center;
19+
}
20+
#button:hover{
21+
background-color: #FFD166;
22+
}
23+
</style>
24+
</head>
25+
<body>
26+
<form target="_blank" action="http://localhost/create-Url/index.php" method="GET">
27+
28+
<input type="hidden" name="dato" value="xcSpoE/4QSgqhWWRnzUhcINASj+VeFLMOLtC3lqhib4Ad8oqbFPQnUlyHkZjB4QUZqWyF+UCRN+216YLF6pzcS/qMuAVdeAoThz9xSZjnFBAFTL0H9/LU3IUMZVb1ECT" />
29+
30+
<input type="submit" name="button" id="button" class="button" Value="Descargar">
31+
32+
</form>
33+
</body>
34+
</html>
35+
36+

0 commit comments

Comments
 (0)