root/webserver/example/EasyWEB/webpage.html

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

EasyWEB example for uVision (original from CD)

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