Blogger Information
Blog 8
fans 0
comment 2
visits 3122
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
网站后台管理系统 首页
阿彪 涉外电商高级顾问
Original
391 people have browsed it
网站后台管理系统
admin

<!DOCTYPE html>

<html lang="en">

  <head>

    <meta charset="UTF-8" />

    <meta http-equiv="X-UA-Compatible" content="IE=edge" />

    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <title>网站后台管理系统</title>

  </head>

  <body>

    <header>

      <div class="logo">网站后台管理系统</div>

      <div class="status">admin <button onclick="location.href='checkout.php'">退出</button></div>

    </header>


    <main>

      <nav>

        <a href="category.html" target="menu">分类</a>

        <a href="product.html" target="menu">产品</a>

        <a href="order.html" target="menu">订单</a>

        <a href="user.html" target="menu">用户</a>

      </nav>


      <iframe src="home.html" name="menu"></iframe>

    </main>

    <footer>Copyright 2022, <a href="https://www.glassespeople.com">GlassesPeople.com</a></footer>

  </body>

</html>



Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:一个作业只要写一篇就可以了,,,你写作业使用的是markdown编辑器还是富文本编辑器? 推荐使用markdown编辑器,,在里面能找到代码块,或者使用多行代码的语法: 代码使用```包裹起来就实现了, 老师在第一节课的时候讲过
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post