-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
64 lines (59 loc) · 1.86 KB
/
links.html
File metadata and controls
64 lines (59 loc) · 1.86 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE HTML>
<html>
<head>
<title>Ben Nault</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="style/style.css" title="style" />
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1><a href="index.html">BNMC</a></h1>
<h2>Minecraft Servers</h2>
</div>
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
<li><a href="index.html">Home</a></li>
<li><a href="installation.html">Modpack</a></li>
<li class="selected"><a href="links.html">Server Status</a></li>
</ul>
</div>
</div>
<div id="site_content">
<div class="sidebar">
<h3>Useful Stuff</h3>
<ul>
<li><a href="https://minecraft.curseforge.com/projects/enigmatica2">Modpack</a></li>
<li>Contact me: <br>Discord: Rocket#1511</li>
<li>Server IP: <br>mc.bennault.me</li>
</ul>
</div>
<div id="content">
<!-- insert the page content here -->
<p></p>
<p></p>
<p></p>
<span class="center"><img src="https://mcapi.us/server/image?ip=mc.bennault.me" alt="status"/></span>
<!--
<h4>Getting started</h4>
<ul>
<li></li>
<li>FireFox 25</li>
<li>Google Chrome 31</li>
</ul>
-->
</div>
</div>
<div id="footer">
Ben Nault 2019
</div>
</div>
</body>
</html>