-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
36 lines (36 loc) · 1.14 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About</title>
<link rel="stylesheet" href="main_style.css" />
<link rel="stylesheet" href="header.css" />
<link rel="icon" href="files/server_icon.webp">
</head>
<body>
<div class="header">
<a href="index.html" class="logo">
<img src="files/server_icon.webp" height="50px" />
</a>
<div class="header-right">
<a href="index.html">Home</a>
<a href="download.html">Download</a>
<a href="rules.html">Rules</a>
<a href="news.html">News</a>
<a class="active" href="about.html">About</a>
</div>
</div>
<h3>Minecraft Server Owner:</h3>
<p style="font-size: 25px;">@frizer0_0</p>
<h3>Discord Server Owner:</h3>
<p style="font-size: 25px;">@kunaiko</p>
<h3>Website developer and hoster:</h3>
<p style="font-size: 25px;">@dbpt210</p>
<p> </p>
<p> </p>
<a href="https://github.com/DBPT210/Polloloco-Origin-Server-website/">
<p>View the repository</p>
</a>
</body>
</html>