root/webserver/example/EasyWEB/webpage.h

Revision 9, 1.5 kB (checked in by phil, 15 years ago)

EasyWEB example for uVision (original from CD)

Line 
1 const unsigned char WebSide[] = {
2 "<html>\r\n"
3 "\r\n"
4 "<head>\r\n"
5 "<meta http-equiv=\"refresh\" content=\"5\">\r\n"
6 "<title>easyWEB - dynamic Webside</title>\r\n"
7 "</head>\r\n"
8 "\r\n"
9 "<body bgcolor=\"#3030A0\" text=\"#FFFF00\">\r\n"
10 "\r\n"
11 "<p>\r\n"
12 "<b><font color=\"#FFFFFF\" size=\"6\"><i>Hello World! From CP-JR ARM7 LPC2368 </i></font></b>\r\n"
13 "</p>\r\n"
14 "\r\n"
15 "<p>\r\n"
16 "<b>This is a dynamic website hosted by the embedded Webserver</b> \r\n"
17 "<b>easyWEB.</b>\r\n"
18 "</p>\r\n"
19 "\r\n"
20 "<p>\r\n"
21 "<b>Hardware:</b>\r\n"
22 "</p>\r\n"
23 "\r\n"
24 "<ul>\r\n"
25 "<li><b>CP-JR ARM7 LPC2368 Board From ETT CO.,LTD</b></li>\r\n"
26 "<li><b>Run 48 MHz, 512KB Flash, 32 KB SRAM</b></li>\r\n"
27 "<li><b>Embedded EMAC Ethernet Controller</b></li>\r\n"
28 "</ul>\r\n"
29 "\r\n"
30 "<p>\r\n"
31 "<b>ADC0(P0.23) Input :</b>\r\n"
32 "</p>\r\n"
33 "\r\n"
34 "<table bgcolor=\"#ff0000\" border=\"5\" cellpadding=\"0\" cellspacing=\"0\" width=\"500\">\r\n"
35 "<tr>\r\n"
36 "<td>\r\n"
37 "<table width=\"AD0%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n"
38 "<tr><td bgcolor=\"#00ff00\">&nbsp;</td></tr>\r\n"
39 "</table>\r\n"
40 "</td>\r\n"
41 "</tr>\r\n"
42 "</table>\r\n"
43 "\r\n"
44 "<table border=\"0\" width=\"540\">\r\n"
45 "<tr>\r\n"
46 "<td width=\"14%\">0V</td>\r\n"
47 "<td width=\"14%\">0.5V</td>\r\n"
48 "<td width=\"14%\">1V</td>\r\n"
49 "<td width=\"14%\">1.5V</td>\r\n"
50 "<td width=\"14%\">2V</td>\r\n"
51 "<td width=\"14%\">2.5V</td>\r\n"
52 "<td width=\"14%\">3V</td>\r\n"
53 "</tr>\r\n"
54 "</table>\r\n"
55 "\r\n"
56 "</body>\r\n"
57 "</html>\r\n"
58 "\r\n"};
Note: See TracBrowser for help on using the browser.