-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (38 loc) · 1.3 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
<html>
<head>
<title>Free vBux</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<title>Document</title>
<link rel="stylesheet" href="./style.css" />
<meta property="og:title" content="Free vBux" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://TrueTrivialConstant.extg-kam.repl.co" />
<meta property="og:image" content="Icon_VBucks.png" />
<meta property="og:description" content="Free vBux." />
<meta name="theme-color" content="#FF5757">
<link rel="icon" type="image/png" href="Icon_VBucks.png">
<style>
.button {
background-color: #FFA500;
border: none;
color: white;
padding: 20px 34px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 4px 2px;
cursor: pointer;
}
</style>
</head>
<body>
<p> Click the following button to get free vBux </p>
<form>
<a href="Hack.html" class="button">Free vBux</a>
</form>
<img src="Icon_VBucks.png" alt="">
</body>
</html>