contacts03.html,v

来自「linux下基于web的个人信息管理器源码」· HTML,V 代码 · 共 54 行

HTML,V
54
字号
head	1.2;access;symbols;locks; strict;comment	@# @;1.2date	2000.09.17.02.17.09;	author wombat;	state Exp;branches;next	1.1;1.1date	2000.09.10.04.15.02;	author wombat;	state Exp;branches;next	;desc@@1.2log@changed frames to rows@text@<html> <head> <title>Contacts</title> </head>     <frameset rows="50,*" border=0 frameborder="0">   <frame name="contents" target="main" src="contacts.cgi?option=left_frames_page">   <frame name="main" src="contacts.cgi?option=display_contacts" target="_self">   <noframes>   <body>     <p>This page uses frames, but your browser does not support them.</p>   </body>   </noframes> </frameset></html>@1.1log@Initial revision@text@d6 1a6 1 <frameset cols="202,*" border=0 frameborder="0">@

⌨️ 快捷键说明

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