index.htm

来自「这是一个在在Dynamic C环境下实现的设备web服务器的建立」· HTM 代码 · 共 30 行

HTM
30
字号
<html>
<head>
<title><!--#echo var="Logo"--></title>
<META http-equiv=PRAGMA content=NO-CACHE>
<META http-equiv=Expires content=-1>
<META http-equiv=Cache-Control content=NO-CACHE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
</head>
<body>
<table width=100% align=center>
  <tr>
    <td colspan=2 align=center width=100% >Welcome to <!--#echo var="Logo"--> Web Manager!</td>
  </tr>
  <tr>
    <td colspan=2><hr align=center width=100% size=1></td>
  </tr>
  <tr>
    <td width=170 height=850 align=center><iframe src="leftFrame.htm" name=control width=170 height=850 align="left" scrolling="no" frameborder="0"></iframe></td>
    <td width=830 align=center valign=top><iframe src="EqInfo.shtml" name="_iright" width=830 height=850 align="left" scrolling="auto" frameborder="0"></iframe></td>
  </tr>
   <tr>
    <td colspan=2><hr align=center width=100% size=1 color=red></td>
  </tr>
  <tr>
    <td colspan=2 align=center>&copy;2006 Welcome to <!--#echo var="Logo"--> Web Manager!   Copyright </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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