-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (34 loc) · 1.27 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
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>U Team</title>
<link rel="stylesheet" href="main.css">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png"/>
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png">
<link rel="manifest" href="assets/site.webmanifest">
</head>
<body>
<div id="container">
<div id="main">
<h1>Welcome to the UTeam website</h1>
<p>
We are a small minecraft modding team from germany. Currently the team consists of
<a href="https://github.com/mrtroble">MrTroble</a> and <a href="https://github.com/hycrafthd">HyCraftHD</a>.
</p>
<P>
Look around to find our projects and more from us.
</p>
<div class="menu">
<div><a href="mods/index.html">Mods</a></div>
<div><a href="tools/index.html">Tools</a></div>
</div>
</div>
<div id="footer">
<a href="https://impressum.dekamc.de/datenschutzerkl%C3%A4rung.html">Privacy</a>
<a href="https://impressum.dekamc.de/impressum.html">Imprint</a>
</div>
</div>
</body>
</html>