mirror of
https://github.com/fruworg/cstrike.git
synced 2024-11-16 10:07:18 +03:00
32 lines
697 B
Plaintext
Executable File
32 lines
697 B
Plaintext
Executable File
<!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>
|
|
You are playing Counter-Strike v1.6<br>
|
|
Visit the official CS web site @<br>
|
|
www.counter-strike.net<br>
|
|
<a href="http://www.counter-strike.net">Visit Counter-Strike.net</a>
|
|
</body>
|
|
</html>
|