mirror of
https://github.com/fruworg/cstrike.git
synced 2025-07-23 11:50:45 +03:00
init
This commit is contained in:
31
configs/motd.txt
Executable file
31
configs/motd.txt
Executable file
@@ -0,0 +1,31 @@
|
||||
<!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>
|
Reference in New Issue
Block a user