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 @@