header.html
来自「一个小的RTOS具有UIP网络功能」· HTML 代码 · 共 41 行
HTML
41 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Welcome to the Contiki web server!</title> <link rel="stylesheet" type="text/css" href="/contiki.css"> </head> <body bgcolor="#4040e0" text="white"> <table width="100%" cellspacing=0 cellpadding=0 border=0> <tr valign="top"> <td width="25%" valign="top"> <br> <table width="100%" cellspacing=0 cellpadding=0 border=0> <tr> <td class="btl" width=16 height=16> </td> <td class="bt" height=16> </td> <td class="btr" width=16 height=16> </td> </tr> <tr> <td class="bl" width=16> </td> <td class="menu"> <br> <a href="/">Front page</a><br> <br> <a href="/cgi/files">File statistics</a><br> <br> <a href="/cgi/tcp">Current connections</a><br> <br> <a href="/cgi/processes">System processes</a><br> <br> </td> <td class="br" width=16> </td> </tr> <tr> <td class="bbl" width=16 height=16> </td> <td class="bb" height=16> </td> <td class="bbr" width=16 height=16> </td> </tr> </table> </td> <td class="content">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?