index1.htm
来自「一个简单的新闻后台管理系统」· HTM 代码 · 共 26 行
HTM
26 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Handson新闻系统</title>
</head>
<script src="js/out.js"></script>
<frameset rows="64,*" cols="*" framespacing="0" frameborder="NO" border="0" id="mainset">
<frame src="top.html" name="topFrame" scrolling="NO" noresize >
<frameset rows="*,32,0,0" cols="*" framespacing="0" frameborder="NO" scrolling="no" border="0">
<frameset rows="*" cols="128,14,*" framespacing="0" frameborder="NO" scrolling="no" border="0" id="fset2">
<frame src="outlookleft1.htm" name="leftFrame" scrolling="no" >
<frame name="callleftmenu" scrolling="no" src="callleftmenu.html" frameborder="0" noresize="noresize">
<frameset rows="42,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="middle.html" name="middleFrame" scrolling="no" noresize >
<frameset cols="100%,0" id="fset3">
<frame src="main.html" name="mainFrame" />
</frameset>
</frameset>
</frameset>
<frame src="foot.html" name="bottomFrame" scrolling="NO" noresize>
<noframes><body>
</body></noframes>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?