forked from ars-anosov/docker-hlds16
-
Notifications
You must be signed in to change notification settings - Fork 0
/
motd.txt
35 lines (33 loc) · 923 Bytes
/
motd.txt
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Cstrike MOTD</title>
<style type="text/css">
body {
background: #000;
margin: 8px;
color: #FFB000;
font: normal 16px/20px Verdana, Tahoma, sans-serif;
}
a {
color: #FFF;
text-decoration: underline;
}
a:hover {
color: #EEE;
text-decoration: none;
}
</style>
</head>
<body>
Чистый HLDS от Steam + AMXX<br>
Стата PsychoStats на <a href="http://65.108.82.45/ps/">http://65.108.82.45/ps/</a>
<br/><br/>
На сервере можно:
<ul>
<li>Купить парашют : <b>say buy_parachute</b></li>
<li>Голосовать за смену карты : <b>say rtv</b></li>
<li>Номирировать карту : <b>say de_dust2</b></li>
</body>
</html>