-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
36 lines (30 loc) · 1.22 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
<html lang="en"><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<title>Inflora Client</title>
<link rel="stylesheet" href="styles.css">
<!-- https://superscene.pro/ : 3D illustration -->
</head>
<body>
<section>
<div class="container">
<header>
<a href="#" class="logo">Inflora</a>
<ul>
<li><a href="#" class="active">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Team</a></li>
<li><a href="https://discord.gg/xz5XF5eX2Y">Discord</a></li>
</ul>
</header>
<div class="content">
<h2>Inflora Client</h2>
<p>Inflora, is a modded eaglercraft client which you can play on the web! The Client is able to do alot of stuff! For example, KillAura, Strafe, and Randomization.</p>
<a href="#" class="button">Launch</a>
</div>
<img src="https://cibmm.files.wordpress.com/2015/02/addicting-game-minecraft-1x1.png">
</div>
</section>
</body></html>