forked from garciasantino/CodeBreaker-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
35 lines (35 loc) · 1.82 KB
/
faq.html
File metadata and controls
35 lines (35 loc) · 1.82 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
32
33
34
35
<!doctype html>
<html lang="en">
<html>
<head>
<title>CodeBreaker - F.A.Q Section</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" type="image/x-icon" href="/IMG/codebreaker.ico">
<meta content="CodeBreaker - The new MC Client" property="og:title" />
<meta content="A New minecraft client in Development. Made for 1.8.9 & 1.7.10 versions." property="og:description" />
<meta content="https://codebreaker.neocities.org/" property="og:url" />
<meta content="https://media.discordapp.net/attachments/938498284920668210/1042202463333273611/renovate.png" property="og:image" />
<meta content="#F61212" data-react-helmet="true" name="theme-color" />
</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">
<h2>F.A.Q</h2>
</div>
<div class="column2">
<a href="https://discord.gg/2nUUCrkqBQ"><h2>Discord</h2></a>
</div>
</center>
<br><br><br><br>
<center>
<h2>F.A.Q Section</h2>
<h3>"Does the client will get a 1.19 or future version/s?"</h3>
<p><b>No.</b> The client will be able only for older versions before "1.9 PvP" based versions, because it makes some client functions unnecesary. Like CPS (Clicks per second) functions or "1.8 -> 1.7" animations.</p>
<h3>"There will be a shop for cloaks and many more cosmetics?"</h3>
<p><b>Not for now.</b> Because we are trying to find methods for do that into the future. For now, you can use our default in-game cosmetics for Free.</p>
</center>
</body>
</html>