⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 一个小的RTOS具有UIP网络功能
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>  <head>    <title>Welcome to the Contiki web server!</title>    <link rel="stylesheet" type="text/css" href="/contiki.css">    </head>  <body bgcolor="#4040e0" text="white">    <table width="100%" cellspacing=0 cellpadding=0 border=0>      <tr valign="top">	<td width="25%" valign="top">	  <br>	  <table width="100%" cellspacing=0 cellpadding=0 border=0>	    <tr>	      <td class="btl" width=16 height=16>&nbsp;</td>	      <td class="bt" height=16>&nbsp;</td>	      <td class="btr" width=16 height=16>&nbsp;</td>	    </tr>	    <tr>	      <td class="bl" width=16>&nbsp;</td>	      <td class="menu">		<br>		<a href="/">Front page</a><br>		<br>		      		<a href="/cgi/files">File statistics</a><br>		<br>		      			  		<a href="/cgi/tcp">Current connections</a><br>		<br>					<a href="/cgi/processes">System processes</a><br>		<br>				      </td>	      <td class="br" width=16>&nbsp;</td>	    </tr>	    <tr>	      <td class="bbl" width=16 height=16>&nbsp;</td>	      <td class="bb" height=16>&nbsp;</td>	      <td class="bbr" width=16 height=16>&nbsp;</td>	    </tr>	  </table>	</td>	<td class="content">	  <h1>Welcome to the <a	      href="http://dunkels.com/adam/contiki/">Contiki</a>	      web server!</h1>	  <p class="intro">	    The web pages you are watching are served by a <a	    href="http://dunkels.com/adam/contiki/apps/webserver.html">web	    server</a> running under the <a	    href="http://dunkels.com/adam/contiki/">Contiki operating	    system</a> on an unexpanded Commodore 64 equipped with a	    custom built <a	    href="http://dunkels.com/adam/tfe/">Ethernet card</a>.	  </p>	  	  <center>	    <img src="img/screenshot.png" border="2">	  </center>	      	  <p>	    The screenshot above shows what the desktop looks like on	    the C64 on which the web server is running. Please note	    that this web page, the screenshot, the graphical border	    around the menu to the left, and the scripts that generate	    the dynamic pages for <a href="/cgi/files">file	    statistics</a>, the <a href="/cgi/tcp">currently open	    connections</a> and the <a href="/cgi/processes">system	    processes</a> all are served by this Contiki web server.	  </p>	  <p>	    For more information about the Contiki operating system,	    see the Contiki web site:	  </p>	  <p align="center">	    <tt><a href="http://dunkels.com/adam/contiki/">http://dunkels.com/adam/contiki/</a></tt>	  </p>	  <p>	    For pictures of the Commodore 64 on which this server is	    running, see the <a	    href="http://dunkels.com/adam/tfe/pictures.html">"Pictures"</a>	    section of the TFE (The Final Ethernet cartridge)	    homepage:	  </p>	  <p align="center">	    <tt><a href="http://dunkels.com/adam/tfe/">http://dunkels.com/adam/tfe/</a></tt>	  </p>	  <p align="right">	    /<a href="http://dunkels.com/adam/">Adam Dunkels</a>	  </p>	</td>      </tr>    </table>      </body></html>

⌨️ 快捷键说明

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