-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame-server.html
132 lines (131 loc) · 4.54 KB
/
game-server.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
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<meta content="text/html" charset="utf-8" http-equiv="content-type">
<html>
<head>
<link rel="shortcut icon" href="index.ico"/>
<link rel="stylesheet" href="styles/links.css">
<link rel="stylesheet" href="styles/menu.css">
<link rel="stylesheet" href="styles/impressum.css">
<link rel="stylesheet" href="styles/main.css">
<title>Game servers - Supra</title><!--Überschrift-->
</head>
<body>
<header>
<ul>
<li>
<a class="active" href="index.html" style="margin: 0px 0px;">
<img src="Supra_Logo-Krone-Exakt_14.06.2017_300x175.png" alt="Supra© Logo" width="100" title="start page" />
</a>
</li>
<li class="dropdown">
<a href="projects.html">Projects</a>
<div class="dropdown-content">
<a href="projects.html#unity">Unity</a>
<a href="projects.html#general">General</a>
<a href="projects.html#vrchat">VRChat</a>
<a href="projects.html#scratch">Scratch</a>
</div>
</li>
<li class="dropdown">
<a href="models.html">3D Models</a>
<div class="dropdown-content">
<a href="models.html#humanoid">Humanoid</a>
<a href="models.html#props">Props</a>
</div>
</li>
<li class="dropdown">
<a href="game-server.html">My game servers</a>
<div class="dropdown-content">
<a href="game-server.html#minecraft">Minecraft</a>
<a href="game-server.html#lavender">Lavender</a>
<a href="game-server.html#eco">ECO</a>
</div>
</li>
<li><a href="art.html">Supra-Artz</a></li>
<li><a href="music.html">Supra-Muzic</a></li>
<li style="padding: 25px 25px 0 0; float: right;">
<script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script>
<script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#00c7e6', 'B0B419PRI');kofiwidget2.draw();</script>
</li>
</ul>
</header>
<article class="content">
<h1 class="page-title">Game servers</h1>
<section id="minecraft">
<h2 style="color: #FF0000;">Minecraft</h2>
<div class="box">
<p style="float: left;">
<font color="#FF0000">Server Name:</font><br>
---
</p>
<p style="float: right;">
<font color="#FF0000">Server IP:</font><br>
(if online) glt.sanz-berlin.de:25525
</p><br>
<p style="margin-top: 100px;">
<font color="#FF0000">Description:</font><br>
Just a little server, freebuild, no plugins other than essentials and world edit. <br>
mostly survival, but you could get building materials if you like<br>
</p>
<!--<form target="regeln" action="regeln.txt">
<input type="submit" name="regeln" value="Regeln einsehen:" /><br>
<iframe name="regeln" height="500px" width="98%" style="background-color: #BBBBBB;"></iframe>
</form>-->
</div>
</section>
<section id="lavender">
<h2 style="color: #FF0000;">Lavender Solar System</h2>
<div class="box">
<p style="float: left;">
<font color="#FF0000">Server Name:</font><br>
---
</p>
<p style="float: right;">
<font color="#FF0000">Server IP:</font><br>
(if online) glt.sanz-berlin.de:25525
</p><br>
<p style="margin-top: 100px;">
<font color="#FF0000">Description:</font><br>
Doesn't exist right now<br>
</p>
<!--<form target="regeln" action="regeln.txt">
<input type="submit" name="regeln" value="Regeln einsehen:" /><br>
<iframe name="regeln" height="500px" width="98%" style="background-color: #BBBBBB;"></iframe>
</form>-->
</div>
</section>
<section id="eco">
<h2 style="color: #FF0000;">ECO</h2>
<div class="box">
<p style="float: left;">
<font color="#FF0000">Server Name:</font><br>
---
</p>
<p style="float: right;">
<font color="#FF0000">Server IP:</font><br>
(if online) glt.sanz-berlin.de:25525
</p><br>
<p style="margin-top: 100px;">
<font color="#FF0000">Description:</font><br>
Doesn't exist right now<br>
</p>
<!--<form target="regeln" action="regeln.txt">
<input type="submit" name="regeln" value="Regeln einsehen:" /><br>
<iframe name="regeln" height="500px" width="98%" style="background-color: #BBBBBB;"></iframe>
</form>-->
</div>
</section>
</article>
<footer>
<div class="footerLeft">
<p style="margin-top: 40px;">made by Supra © 2011 - 2019</p>
</div>
<div class="footerRight">
<ul>
<li><a href="legal.html#about">about</a></li>
<li><a href="legal.html#privacy">Privacy statement</a></li>
</ul>
</div>
</footer>
</body>
</html>