index.html

来自「最能说明问题的webserver源码」· HTML 代码 · 共 16 行

HTML
16
字号
<!-- saved from url=(0022)http://internet.e-mail -->
<HTML>
 <HEAD>
   <TITLE>test page for the web_server</TITLE>
 </HEAD>
 <BODY>
   <H2>This is a test page for the web_server</H2>
   <p>In order to test with another local file, please
   <a href="test.html">click here</a> to load a local
   file (local to web_server).<p>
   In order to test the web server with a remote link,
   here is a link to the Publisher's home page on the net.<p>
   Please <a href="http://www.samspublishing.com">click here</a>.
 </BODY>
</HTML>

⌨️ 快捷键说明

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