为你的CS1.6服务器自定义MOTD
本帖最后由 aKang 于 2015-4-13 09:51 编辑默认是下面这样子
文字
<html>
<head>
<title>YOUR TITLE</title>
<style type=”text/css”>
pre {
font-family:Verdana,Tahoma;
color:#FFB000;
}
body {
background:#000000;
margin-left:8px;
margin-top:0px;
}
</style></head>
<body scroll=”no”>
<pre>
“你的文字”
</pre>
</body>
</html>
图片
<html>
<head>
<title>YOUR TITLE</title>
<style type=”text/css”>
<!–
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
}
–>
</style>
</head>
<body>
<img src=”你的图片地址” width=”100%” height=”100%” border=”0″ align=”center”>
</body>
</html>
直接打开一个网页
<head>
<meta http-equiv=’refresh’ content=’0; url=网址’>
</head>
背景音乐
<head>
<NOEMBED><BGSOUND src=”你的mp3外链地址″></NOEMBED>
</head>
支持! 顶一个···
页:
[1]