cstrike/configs/motd.txt

32 lines
697 B
Plaintext
Raw Normal View History

2023-09-23 11:15:02 +03:00
<!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>