index.html

来自「这是一个简单的日记本程序」· HTML 代码 · 共 27 行

HTML
27
字号
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>Java日记本使用手册</title>
</head>

<frameset id = "main" rows="62,*" frameborder="0" border="0"  resize="no" scrolling="no">

	
  <frame title="" src="top.html" name="top" resize="yes" scrolling="no" frameborder="YES" marginwidth="0" marginheight="0" noresize>

	<frameset cols="200,*">

	<frame title="" src="menu.html" resize="no"  name="left" frameborder="YES" noresize marginwidth="0" marginheight="0">

      
    <frame title="" name="main" src="welcome.html" frameborder="YES" marginwidth="0" marginheight="0" noresize>
    </frameset>

</frameset>

<noframes>

You must use a browser that supports frames for the Stock Exchange System.

</noframes> 
</html>

⌨️ 快捷键说明

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