39 lines
881 B
HTML
39 lines
881 B
HTML
<!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>Document</title>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<div class="header_top">
|
|
<img src="" alt="">
|
|
<input type="text">
|
|
</div>
|
|
<div class="header_bottom">
|
|
<ul>
|
|
<li>首页</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="content">
|
|
<div class="left"></div>
|
|
<div class="right"></div>
|
|
</div>
|
|
<div class="footer">
|
|
<ul>
|
|
<li></li>
|
|
<li></li>
|
|
<li></li>
|
|
<li></li>
|
|
<li>
|
|
<h2></h2>
|
|
<img src="" alt="">
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |