-
Notifications
You must be signed in to change notification settings - Fork 1
/
tf2classic.html
31 lines (31 loc) · 1.07 KB
/
tf2classic.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MOTD</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div style="width: 50%;" class="center-div">
<h1 class="center-text">
tf2c sandbox
</h1>
<a class="center-text" style="width: 100%" href="https://discord.gg/j9KuUgcWaG">discord</a>
<h2 class="center-text">READ THIS FIRST!</h2>
<ul>
<li>
<b>how are other people flying/spawning stuff/etc?</b>
this is a sv_cheats 1 server. this server is <u>not</u> for actual games!
</li>
<li>
<b>why does the server crash so much?</b>
i don't know. just rejoin. it should be back up in a few seconds. if not, i probably shut down the server intentionally.
</li>
<li>
<b>why not keep the server up all the time?</b>
it's running on my machine, which i probably shouldn't keep on all the time.
</li>
</ul>
</div>
</body>
</html>