index.html

来自「webserver」· HTML 代码 · 共 24 行

HTML
24
字号
<html><head><title>grandchips</title>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content=no-cache http-equiv=pragma>
</head>

<FRAMESET border="0" rows="80,*" cols="*" frameBorder="NO" frameSpacing="0" >
	<FRAMESET border="0" rows="*" cols="348,*" frameBorder="NO" frameSpacing="0" >
		<FRAME name="logoFrame" src="logo.html" scrolling="no" noResize>
		<FRAME name="bannerFrame"  src="banner.html" scrolling="no"  noResize>
	</FRAMESET>

	<FRAMESET border="0" rows="*" cols="158,30,*" frameBorder="NO" frameSpacing="0" >
		<FRAME name="menuFrame"  src="menu.html" scrolling="no"  noResize>
		<FRAME name="arcFrame" src="arc.html" scrolling="no"  noResize>
		<FRAME name="mainFrame" src="main.html">
	</FRAMESET>
</FRAMESET>


<noframes><BODY onLoad="doPop();">对不起,您的浏览器不支持框架!</BODY>
</noframes>
<head><META content=no-cache http-equiv=pragma></head>
</html>

⌨️ 快捷键说明

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