-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForgeClientBase.html
More file actions
38 lines (37 loc) · 1.7 KB
/
ForgeClientBase.html
File metadata and controls
38 lines (37 loc) · 1.7 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
36
37
38
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta property="og:title" content="Unofficial ForgeGradle patch">
<meta property="og:description" content="ForgeClientBase for Anyone that want to Make Clients.">
<meta property="og:image" content="https://lukflug.github.io/social-preview.png">
<meta property="og:url" content="https://raptorclientdevelopment.github.io/RaptorClient.com/ForgeClientBase.html">
<meta name="twitter:card" content="summary_large_image">
<title>ForgeClientBase By RitomG</title>
<link rel="stylesheet" href="main.css">
<link rel="icon" type="image/png" href="Mainicon.png"">
</head>
<body>
<header>
<h1><a href="index.html">ForgeClientBase</a></h1>
</header>
<nav>
<a href="index.html" class="active">Home</a>
<a href="RaptorClient.html">Download RaptorClient</a>
<a href="Plugin.html">Download Plugin</a>
<a href="ForgeExample.html">Forge Example</a>
<a href="ForgeClientBase.html">ForgeClient Base</a>
<a href="navigation.html">Navigation</a>
<a href="https://github.com/RaptorClientDevelopment" style="float:right;">GitHub</a>
</nav>
<section>
<h2>ForgeClientBase<h2>
<p> This is a base for Everyone who wants to make a Client but doesn't want to make a custom base or don't have time to <a href="https://github.com/RaptorClientDevelopment/clientbase">Download From Github</a>.</p>
<p style="color:rgb(102, 255, 0);"> If you want to make Your own Client With Custom Base you can use Forge Example <a href="ForgeExample.html">Go to Example page.</p>
</section>
<footer>
<div>© 2021 RitomG. All rights reserved.</div>
</footer>
</body>
</html>