index.html

来自「监听端口坎坎坷坷??可 阔阔卡坎坎坷坷卡」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
	<head>
		<title>Welcome to ARM world!</title>
  </head>
<body>
	<table border="0"cellpadding="0"cellspacing="2"width="96">
	<tr><td><a href="http://192.168.0.3/about.html">About</a></td></tr>
	<tr><td><a href="http://192.168.0.3/dynamicPage.cgi">DynamicPage</a></td></tr>
	<tr><td><a href="http://192.168.0.3/form.html">Form</a></td></tr>
  </table>
  <h1>Welcom</h1>
  <h2>
  	uIP is an implementation of the TCP/IP protocol stack intended for small 8-bit and 16-bit microcontrollers. 
  	It provides the necessary protocols for Internet communication, with a very small code footprint and
  	RAM requirements - the uIP code size is on the order of a few kilobytes and RAM usage is on the order of 
  	a few hundred bytes. 
  </h2>
  <font color="blue" face="comic sans ms" size="5">
	Click on the links above to see some status information about the web server and the TCP/IP stack.
  </font>
</body>
</html>

⌨️ 快捷键说明

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