room.htm

来自「聊天功能的实现」· HTM 代码 · 共 34 行

HTM
34
字号
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=2312">
<title></title>
<style type="text/css">
<!--
body {font-size : 9pt;}
td {font-size : 9pt; color:#ffffee; line-height: 13pt}
.cu {font-size: 9pt; color:#FFFFFF;}
A  {color:#aff8f8;text-decoration : none;}
A:Hover  {color:yellow;text-decoration:none;}
A:Active  {color:black}
-->
</style>
</head>
<body bgcolor="#88A0D7" topmargin="0" leftmargin="0">
<table height="100%" border="0" width="100%" cellspacing="0" cellpadding="0">
<tr><td width="1" bgcolor=black>
</td><td>
<table height="100%" border="0" width="100%" cellspacing="2" cellpadding="2">
<tr><td height="2"></td>
<tr><td valign=top>
<center><font color="#000000">房间列表</font></center>
<hr color="#FFFF00" size="1">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
  <td align="left">
	<!room!>
  </td>
  </tr>
</table>
</td></tr></table></td></tr></table>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?