dl.htm

来自「I holp somebody will need it.」· HTM 代码 · 共 20 行

HTM
20
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
	<title>examples</title>
</head>

<frameset frameborder="NO" framespacing="0" cols="*" border="0">
<!-- Interior Frame -->
	<frame src="./" name="dl_main" marginwidth="0" marginheight="0" frameborder="NO" border="0" scrolling="auto">
</frameset>

<noframes>
  <body>
		<p>This page uses frames, but your browser doesn't support them.</p>
	</body>
</noframes>


</html>

⌨️ 快捷键说明

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