home.htm

来自「适合于PIC单片机的TCP/IP协议栈」· HTM 代码 · 共 36 行

HTM
36
字号
<html>

<head>
<title>PICStack Home</title>
</head>

<body bgcolor="#FFFFFF">

<table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr>
        <td valign="top" width="50%"><font
        color="#000000"><strong>Welcome !</strong></font></a><p>
        <font color="#000000">This site is
        used to demonstrate the power and abilities of an 8-bit
        embedded web server. This site is powerd by Microchip PIC
        microcontroller running Microchip TCP/IP
        Stack. Everything you see is served through a
        Microchip PICDEM.net Internet/Ethernet demonstration
        board.</font></p>
        </td>
        <td valign="top" width="50%"><font
        color="#000000">Bottom half of this page illustrates a
        real-time control of PICDEM.net board. &quot;Status&quot;
        section refreshes board information every few seconds and
        &quot;Commands&quot; section issues command to toggle
        on-board LEDs. </font><p><font
        color="#000000">Push on-board switch or rotate one of the
        potentiometers and see the screen getting updated. You may
        also click on one of the two LED command buttons to
        toggle on-board LEDs.</font></p>
        </td>
    </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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