index.htm

来自「小型的web服务器源码」· HTM 代码 · 共 38 行

HTM
38
字号
<HTML><HEAD>
<TITLE>MiniWeb</TITLE>
<STYLE TYPE="text/css">
<!--
     BODY {font-family:Helvetica,Arial,sans-serif;color:#FFFFFF}
     A:link {text-decoration:none;font-weight:bold;color:#000000}
     A:visited {text-decoration:none;font-weight:bold;color:#4C4640}
     A:hover   {text-decoration:none;font-weight:bold;background:#0000FF;color:#FFFFFF}
     A:active {text-decoration:none;font-weight:bold}
     H2   {font-family:Avantgarde,Helvetica,Arial,sans-serif}
  -->
</STYLE></HEAD>
<BODY BGCOLOR="#808dff" >
<h1 align="center">MiniWeb<br>
<font size="1">Small and elegant</font></h1>
<p>MiniWeb is a mini HTTP server implementation 
written in C language, featuring low system resource 
consumption, high efficiency, good flexibility and high portability. It is 
capable to serve multiple clients with a single thread, supporting GET and 
POST methods, authentication, dynamic contents (dynamic web page and page 
variable substitution) and file uploading. MiniWeb runs on POSIX 
complaint OS, like Linux, as well as Microsoft Windows (Cygwin, MinGW and native 
build with Visual Studio). The target of the project is to provide a functional HTTP server that is embeddable in other applications (as a static or dynamic library) as 
well as a standalone web server.</p>

<p>The following content is an example of 
dynamic content given by MiniWeb:</p>

 <p align="center">
   <iframe name="frame1" src="/~stats" scrolling="no" width="260" height="120" frameborder="0"></iframe>
</p>
<p>&nbsp;</p>
<hr>
<p align="center"><font color="#FFFFFF"><i>MiniWeb (C) 2005 Written by Stanley Huang</i></font></p>

</BODY>
</HTML>

⌨️ 快捷键说明

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