]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Labs/Demo/Common/FreeRTOS_Plus_TCP_Demos/include/HTML_for_default_web_pages/index.html
Add the Labs projects provided in the V10.2.1_191129 zip file.
[freertos] / FreeRTOS-Labs / Demo / Common / FreeRTOS_Plus_TCP_Demos / include / HTML_for_default_web_pages / index.html
diff --git a/FreeRTOS-Labs/Demo/Common/FreeRTOS_Plus_TCP_Demos/include/HTML_for_default_web_pages/index.html b/FreeRTOS-Labs/Demo/Common/FreeRTOS_Plus_TCP_Demos/include/HTML_for_default_web_pages/index.html
new file mode 100644 (file)
index 0000000..c229963
--- /dev/null
@@ -0,0 +1,100 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r
+<html>\r
+       <head>\r
+               <title>\r
+                       FreeRTOS+TCP and FreeRTOS+FAT HTTP Web Server Default Web Page\r
+               </title>\r
+               <style>\r
+                       H1 {color: #1a3065; font-size:27px; line-height: 30px;}\r
+                       H1 small {font-size:16px;}\r
+                       H2 {color: #1a3065; font-size:22px;}\r
+                       H3 {color: #1a3065; font-size:18px; line-height: normal;}\r
+                       H3 small {color: #1a3065; font-size:15px;}\r
+                       H4 {color: #1a3065}\r
+                       TABLE { font-size: 14px; line-height: 1.5em; }\r
+                       TABLE.text_ad { line-height: normal; }\r
+                       A:visited {text-decoration: none; color: #0000ee}\r
+                       A:hover { text-decoration: none; }\r
+                       a {text-decoration: none;}\r
+                       BODY {\r
+                          color: #202020;\r
+                          font-family: arial, helvetica, serif;\r
+                          font-size: 14px;\r
+                          line-height: 1.5em;\r
+                          margin-left: 0px;\r
+                          margin-right: 0px;\r
+                          margin-top:0px;\r
+                          background: white;\r
+                       }\r
+               </style>\r
+       </head>\r
+       <body>\r
+               <table style="height:100%; width:1008px; background:white; border-right:solid 1px #e6e6e6; border-left:solid 1px #e6e6e6;" cellpadding="5" cellspacing="0" align="center">\r
+                       <tr valign="top">\r
+                               <td style="width:100%; height:100px;"> <!-- Spans the left menu, blank line, and main content columns of the next row. -->\r
+                                       <font face="Arial, Helvetica">\r
+                                               <table style="width:100%;" cellspacing="2" cellpadding="0" border="0"> <!-- Rows for logos and banners, blue lines with menu. -->\r
+                                                       <tr  style="padding: 0px 0px 0px 0px;"> <!-- Top row, banner and logo. -->\r
+                                                               <td>\r
+                                                                       <table width="100%" cellpadding="0" cellspacing="5px">\r
+                                                                               <tr>\r
+                                                                                       <td style="line-height:normal;" valign="middle" width="174px">\r
+                                                                                               <div style="float:left;">\r
+                                                                                                       <img src="logo.jpg" alt="Free RTOS logo" width="164px" border="0" style="padding: 0 0 0 5px;">\r
+                                                                                               </div>\r
+                                                                                       </td>\r
+                                                                                       <td style="width:5px; border-top:solid 2px #e6e6e6; border-left:solid 2px #e6e6e6; border-bottom:solid 2px #e6e6e6;">\r
+                                                                                               &nbsp;\r
+                                                                                       </td>\r
+                                                                                       <td valign="middle" style="line-height:normal;">\r
+                                                                                               <h3>\r
+                                                                                                       Default Web Page\r
+                                                                                               </h3>\r
+                                                                                       </td>\r
+                                                                                       <td>\r
+                                                                                       </td>\r
+                                                                               </tr>\r
+                                                                       </table>\r
+                                                               </td>\r
+                                                       </tr>\r
+                                                       <tr style="height:5px;" bgcolor="#7095d3"> <!-- Blank line. -->\r
+                                                               <td>\r
+                                                               </td>\r
+                                                       </tr>\r
+                                                       <tr style="height:19px;" bgcolor="#b6cffe"> <!-- Horizontal menu. -->\r
+                                                               <td valign="middle" bgcolor="#b6cffe">\r
+                                                               </td>\r
+                                                       </tr>\r
+                                               </table>\r
+                                       </font>\r
+                               </td>\r
+                       </tr>\r
+                       <tr valign="top"> <!-- Main content row with menu and content area columns. -->\r
+                               <td style="padding: 20px 20px 20px 20px;">\r
+                                       <div style="float:right;" align="center">\r
+                                               <img src="ftp.png">\r
+                                               <small>\r
+                                                       <br>\r
+                                                       <b>\r
+                                                               FTP'ing web content into /ram/websrc\r
+                                                       </b>\r
+                                               </small>\r
+                                       </div>\r
+                                       <h1>\r
+                                               FreeRTOS+TCP Web Server\r
+                                       </h1>\r
+                                       This is the default page being served by the FreeRTOS+TCP\r
+                                       web server, with files served from a disk implemented\r
+                                       using FreeRTOS+FAT.\r
+                                       <p>\r
+                                       The HTTP root directory is set by the configHTTP_ROOT constant\r
+                                       in FreeRTOSConfig.h.  These default web pages can be replaced\r
+                                       with new web content by FTP'ing files into that directory.\r
+                                       <p>\r
+                                       <b>NOTE:</b> Performance will be limited when using the\r
+                                       FreeRTOS Windows port.\r
+                               </td>\r
+                       </tr>\r
+               </table>\r
+       </body>\r
+</html>\r