-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
38 lines (36 loc) · 1.27 KB
/
team.html
File metadata and controls
38 lines (36 loc) · 1.27 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>
<head>
<title>THYA Gaming - Minecraft</title>
<meta http-equiv="content-type" content="text/html" />
<meta charset="utf-8">
<meta name="description" content="your description">
<meta name="keyworlds" content="">
<link rel="stylesheet" href="css/default.css" type="text/css" media="screen">
</head>
<body>
<div class="container">
<div class="navbar">
<a href="index.html">Home</a>
<a href="http://thya-engineering.network">THYA</a>
<a href="team.html">Team</a>
</div>
<div class="left">
<div class="right-box">
<h2 style="text-alight: center">Perdurable</h2>
<p class="text-center">
Perdurable is the owner/operator at THYA. He works mainly on creative deployment and server social interaction. He can be reached at shadow6958@gmail.com
</p>
</div>
<div class="right">
<div class="right-box">
<h2>HacDan</h2>
<p class="text-center">
HacDan is the lead developer at THYA. He mainly works on plugins and server maintenance. He can be reached at hacdan@gmail.com
</p>
</div>
<div class="footer">
<p>Created by <a href="http://hacdan.org">HacDan</a></p>
</div>
</body>
</html>