Files
ClassContent/历届学生/zheng-yuqing/每天上课/2022-04-18/jiegou.html
2024-09-27 02:06:13 +08:00

53 lines
1.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>
<div class="header">
<div class="logo">
<img src="" alt="">
<input type="text">
</div>
<div class="menu">
<ul>
<li>首页</li>
<li>首页</li>
<li>首页</li>
<li>首页</li>
</ul>
</div>
</div>
<div class="content">
<div class="left"></div>
<div class="center"></div>
<div class="right"></div>
</div>
<div class="footer">
<div class="footer_menu">
<ul>
<li></li>
</ul>
<div class="flow">
<h2>关注微信</h2>
<img src="" alt="">
</div>
</div>
<div class="footer_text">Copyright © 2013-2022 菜鸟教程 runoob.com All Rights Reserved. 备案号闽ICP备15012807号-1</div>
</div>
</body>
</html>