forked from garciasantino/CodeBreaker-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.1 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.1 KB
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
<!doctype html>
<html lang="en">
<html>
<head>
<title>CodeBreaker - PvP Client</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body background="IMG/bg.png">
<center>
<div class="column">
<a href="https://codebreaker.neocities.org/"> <img src="IMG/renovate.png" width="320" height="64"></a>
</div>
<div class="column2">
<a href="https://codebreaker.neocities.org/faq.html"> <h2>F.A.Q</h2></a>
</div>
<div class="column2">
<a href="https://discord.gg/2nUUCrkqBQ"> <h2>Discord</h2></a>
</div>
</center>
<br><br><br><br>
<center>
<h2>The new MC Client, with Multisupport for</h2>
<h2>1.7.10 & 1.8.9 versions. Including an Installer.</h2>
<img src="IMG/InstallerWindow.png">
</center>
<br>
<center>
<a href="http://www.dropbox.com/s/dl/yyh8yh0x2uf0ms6/CodeBreakerInstaller.exe?dl=1"><button class="bluebutton">Download</button></a>
</center>
</body>
</html>