📄 index.html
字号:
<HTML>
<HEAD>
<TITLE>
Welcome to the Python Web
</TITLE>
</HEAD>
<BODY>
<P><B>Welcome to the Python Web!</B><BR>
If you see this page, your web server is running.</P>
<P>You can examine the Chapter 6 programs by clicking on
the links below:<BR><BR>
<A HREF="ashttpcli.py">ashttpcli.py</A><BR>
<A HREF="ashttpsrv.py">ashttpsrv.py</A><BR>
<A HREF="acusrv.py">acusrv.py</A><BR>
<A HREF="client.py">client.py</A><BR>
<A HREF="forkCGI.py">forkCGI.py</A><BR>
<A HREF="loader1.py">loader1.py</A><BR>
<A HREF="netstring.py">netstring.py</A><BR>
<A HREF="proxysample.py">proxysample.py</A><BR>
<A HREF="threadCGI.py">threadCGI.py</A></P>
<P>This is a link to a form which POSTs to a CGI script:<BR><BR>
<A HREF="form.html">form.html</A></P>
<P>The following links execute CGI programs:<BR><BR>
<A HREF="cgi-bin/test1.py">Simple test</A><BR>
<A HREF="cgi-bin/test2.py">Print the environment</A></P>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -