index.html
来自「VB实现的Web Server程序」· HTML 代码 · 共 40 行
HTML
40 行
<html>
<head>
<style>
a:link {font:8pt/11pt verdana; color:red; text-decoration:none}
a:visited {font:8pt/11pt verdana; color:red; text-decoration:none}
a:hover {font:8pt/11pt verdana; color:red; text-decoration:underline}
</style>
<title>Webserver</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><b><font color="#FF0000">Example
webserver code</font></b></font></p>
<p> </p>
You are visitor number $counter.
<p> </p>
<p align="left"> <font face="Verdana, Arial, Helvetica, sans-serif" size="1">
I added the ability to use CGI scripts. There is a new GUI
to make using the server easier. There are some new security features as
well. There are many other things
now that simply make this webserver what it ought to be.<br>
<br>
Example links: <a href="http://$ip/download.zip">Download Example</a>
<a href="http://$ip/internal.html">Internal Link Example</a> <a href="http://www.microsoft.com">External Link Example</a> <a href="guestbook.html">Guestbook</a><br>
<br>
<br>
Please view the code or the source page to see how to create links.</font></p>
<p> </p>
<p> </p>
<p> </p>
<p align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#999999"><br>
Original-Code by pat. E-Mail me at nymainst@nais.com if you have any questions.</font></p>
<p align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#999999">
Guestbook-Code, Gui, Counter and more by Joox. E-Mail me at joox@gmx.de if you have any questions.</font></p>
<p align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#999999">
New GUI, CGI compatable, more security and more by James. E-Mail me at simsoftware@hotmail.com if you have any questions.</font></p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?