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

📄 web.c

📁 lpc2300 http demo keil
💻 C
字号:
/*----------------------------------------------------------------------------
 *      Generated by FCARM FILE CONVERTER V1.22
 *----------------------------------------------------------------------------
 *      Name:    WEB.C
 *      Purpose: HTTP Web page, generated by the user.
 *      Note:    This is a generated file, do not modify !!!
 *----------------------------------------------------------------------------
 *      This code is part of the RealView Run-Time Library.
 *      Copyright (c) 2004-2007 KEIL - An ARM Company. All rights reserved. 
 *---------------------------------------------------------------------------*/

#include <Net_Config.h>

#define FILECNT   13

const U16 FileCnt = FILECNT;

/*---------------------------------------------------------------------------*/

const U8 index_htm[] = {
   "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">\r\n"
   "\r\n"
   "<head>\r\n"
   "<META http-equiv=Content-Type content=\"text/html; charset=windows-1252\">\r\n"
   "<META http-equiv=Content-Language content=en-us>\r\n"
   "<META content=\"Microsoft FrontPage 6.0\" name=GENERATOR>\r\n"
   "<title>Embedded Web Server Test</title>\r\n"
   "</head>\r\n"
   "\r\n"
   "<BODY bgColor=#ffffff leftMargin=0 topMargin=0 marginwidth=\"0\" marginheight=\"0\">\r\n"
   "<DIV align=center style=\"width: 833; height: 470\">\r\n"
   "<TABLE style=\"border: 1px solid #000080\" height=384 cellSpacing=0 cellPadding=0"
   " width=\"761\">\r\n"
   "  <TBODY>\r\n"
   "  <TR bgColor=#EEEEEE>\r\n"
   "    <TD style=\"border-bottom: 1px solid #000080\" vAlign=bottom noWrap \r\n"
   "      height=70 margin=50 width=\"567\"><h2 align=\"center\"><font face=\"verdana\""
   " color=\"#006699\">Embedded Development Tools</font></h2>\r\n"
   "    </TD>\r\n"
   "    <TD style=\"border-bottom: 1px solid #000080\" vAlign=center noWrap \r\n"
   "      height=73 width=\"240\"><img border=\"0\" src=\"keil.gif\" align=\"left\" width=\"151\""
   " height=\"47\">\r\n"
   "    </TD>\r\n"
   "    <TD style=\"border-bottom: 1px solid #000080\" vAlign=center noWrap width=\"8\">"
   " \r\n"
   "    &nbsp; &nbsp;\r\n"
   "    </TD>\r\n"
   "  </TR>\r\n"
   "  <TR>\r\n"
   "    <TD colSpan=2 height=120 width=\"805\" background=\"llblue.jpg\" style=\"background-repeat:"
   " repeat-y;\">\r\n"
   "      <DIV align=center>\r\n"
   "      <CENTER>\r\n"
   "      <TABLE width=\"90%\" border=0>\r\n"
   "        <TBODY>\r\n"
   "        <TR>\r\n"
   "          <TD width=\"95%\">\r\n"
   "            <h2 align=\"center\">\r\n"
   "              <BR><b><font face=\"verdana\" color=#003366>Keil Embedded WEB Server"
   " Example \r\n"
   "				for</font></b></h2>\r\n"
   "			<p align=\"center\">\r\n"
   "              <a target=\"_blank\" href=\"http://www.keil.com/dd/chip/4153.htm\">\r\n"
   "              <img border=\"0\" src=\"nxp_logo.gif\" width=\"209\" height=\"62\"></a></p>\r\n"
   "            <center>\r\n"
   "              <table width=\"797\" height=\"94\" border=\"0\" cellpadding=\"0\"\r\n"
   "                   cellspacing=\"0\"><tr><td align=\"center\">\r\n"
   "               <font face=\"Verdana\"><b>\r\n"
   "               [ <a href=\"/network.cgi\">Network</a>   |\r\n"
   "                 <a href=\"/system.cgi\">System</a>     |\r\n"
   "                 <a href=\"/leds.cgi\">LED Control</a>  |\r\n"
   "                 <a href=\"/lcd.cgi\">LCD</a>           |\r\n"
   "                 <a href=\"/language.cgi\">Language</a> |\r\n"
   "                 <a href=\"/tcp.cgi\">Statistics</a> ]</b></font>\r\n"
   "            </td></tr></table>\r\n"
   "\r\n"
   "              <p><font face=\"Verdana\" size=\"2\">This Web pages are served by"
   " the Web server which is part of <a href=\"http://www.keil.com/support/man/docs/rlarm/rlarm_tn_tcpip_prot.htm\""
   " target=\"_blank\"><b>TCPnet</b></a>\r\n"
   "              in the Real-Time Library.<br>\r\n"
   "              Click on the links above to see some status information about"
   " the web server\r\n"
   "              and the TCP/IP stack.</font></p>  \r\n"
   "            <P align=center><font face=\"Verdana\" size=\"2\">This example is developed"
   " using the <b><a href=\"http://www.keil.com/arm/rvmdkkit.asp\" target=\"_blank\">"
   " RealView<sup>

⌨️ 快捷键说明

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