📄 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="server1.py">server 1</A><BR>
<A HREF="server2.py">server 2</A><BR>
<A HREF="client2.py">client 2</A><BR>
<A HREF="server2.py">server 3</A><BR>
<A HREF="client3.py">client 3</A><BR>
<A HREF="server4.py">server 4</A><BR>
<A HREF="client4.py">client 4</A><BR>
<A HREF="server1.py">server 1</A><BR>
<A HREF="server1.py">server 1</A></P>
<P>
This is a form to POST to a cgi file:<BR><BR>
<A HREF="form.html">Simple HTML form</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 + -