From 7e2e84c63bfe5f0f2909cd620b0e78a503fdf458 Mon Sep 17 00:00:00 2001 From: zifan <1461978311@qq.com> Date: Wed, 20 Sep 2023 20:52:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Earp=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/arp.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ www/index.html | 28 ++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100755 www/arp.html diff --git a/www/arp.html b/www/arp.html new file mode 100755 index 0000000..3f9bde3 --- /dev/null +++ b/www/arp.html @@ -0,0 +1,46 @@ + + + + + + + + ARP列表 + + + + + + + + + + + + +
IDip地址mac地址
+ + + + \ No newline at end of file diff --git a/www/index.html b/www/index.html index 6ca5f1d..32765f7 100755 --- a/www/index.html +++ b/www/index.html @@ -67,6 +67,32 @@ outline: none; border: none; } + + #menu, + .menu_item { + list-style: none; + margin: 0; + } + + .menu_item { + margin: 10px; + } + + #menu>a { + display: block; + text-decoration: none; + color: black; + padding: 10px 20px; + width: 80%; + } + + #menu>a:hover { + color: blue; + background-color: aquamarine; + border-radius: 5px; + border-top-right-radius: 30px; + border-bottom-right-radius: 30px; + } @@ -83,6 +109,8 @@