index.html 245 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>首页</title> <link rel="stylesheet" href="css/libCss/common.css"> </head> <body> <header>header</header> <nav>nav</nav> <section>header</section> </body> </html>