This repository has been archived by the owner on Feb 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
vote.html
33 lines (32 loc) · 1.7 KB
/
vote.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>EarthMC</title>
<link rel="icon" href="img/world.ico" />
<meta name="description" content="EarthMC is a minecraft server with a custom earth map. Create towns, form communities and fight off enemies. Welcome!">
<meta charset="UTF-8"/>
<meta name="robots" content="index, follow">
<meta name="googlebot" content="code">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<link type="text/css" rel="stylesheet" href="css/main.css"/>
<meta name="author" content="Fix">
<meta property="og:title" content="EarthMC" />
<meta property="og:video" content="https://www.youtube.com/v/nJ3Wu4q5HSQ">
<meta property="og:description" content="EarthMC is a minecraft server with a custom earth map. Create towns, form communities and fight off enemies. Welcome!" />
</head>
<body>
<div class="text">
<h1>Vote on EarthMC</h1>
<p>Vote on all 3 sites for 12 gold/day. Write your name in the username box for each website, complete the captcha then click vote. When you reach voting milestones you recieve special items and extra gold. Thanks for supporting EarthMC!</p>
</div>
<div id="votingframe">
<iframe src="https://minecraftservers.org/vote/383495" frameborder="0"></iframe>
</div>
<div id="votingframe">
<iframe src="https://minecraft-mp.com/server/133301/vote/" frameborder="0"></iframe>
</div>
<div id="votingframe">
<iframe src="https://topg.org/Minecraft/in-446893" frameborder="0"></iframe>
</div>
</body>
</html>