This repository was archived by the owner on Feb 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (42 loc) · 1.83 KB
/
index.html
File metadata and controls
49 lines (42 loc) · 1.83 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
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://arc.io/widget.min.js#ENYuTsEC"></script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Monpixel Network</title>
<link rel="icon" href="images/favicon.png" type="image/icon">
<link rel="stylesheet" href="css/style.css">
<script src="js/script.js"></script>
<script src="https://kit.fontawesome.com/e441a11a61.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="header" id="header">
<h1 align="center">
<br>
<a href="/" style="text-decoration: none; color: white" ">Monpixel Network</a>
<h3 style="text-align: center; ">Minecraft minigames server for java and bedrock.</h3>
<br>
</h1>
<p align="center " style="color: #2c2f33 ">
<a href="https://discord.monpixel.xyz ">
<img src="https://discordapp.com/api/guilds/762463702996746280/widget.png?style=shield " alt="Discord Server ">
</a>
<a href="https://mcsrvstat.us/server/mc.monpixel.xyz ">
<img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fminecraft-server-status-badge.vercel.app%2Fapi%2Fserver%2Fmc.monpixel.xyz%3Fport%3D1234 " title="mc.monpixel.xyz " />
</a>
<p>
</div>
<hr>
<div class="welcome" id="welcome">
<h1>Welcome to the Monpixel Network website!</h1>
Click <a href="/ " style="text-decoration: none; color: white ">here</a> to get started!
</div>
<p class="footer ">
<span>©2021 Monpixel</span>
<br><br>
<span>Site by TheMonBon™#4684 and circuit10#0158</span>
</p>
</body>
</html>