index.htm

来自「鸟哥的linux私房菜」· HTM 代码 · 共 12 行

HTM
12
字号
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="common.css" type="text/css"><title>鸟哥的linux私房菜 - 基础篇 (本站只供学习使用,版权归 http://linux.vbird.org 所有)</title>
<frameset cols="180,*"  noResize>
  <frame name="contents" target="main" src="basic/"  frameBorder=no   noResize scrolling=no>
  <frame name="main" src="basic/0110whatislinux.htm" target="_self"  frameBorder=no  noResize>
  <noframes>
  <body>
  </body>
  </noframes>
</frameset></html>

⌨️ 快捷键说明

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