52 lines
1.1 KiB
HTML
52 lines
1.1 KiB
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-logo">
|
|
<img src="" alt="">
|
|
<input type="text" name="" id="">
|
|
</div>
|
|
<div class="header-menu">
|
|
<ul>
|
|
<li></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- 中间内容 -->
|
|
<div class="content">
|
|
<div class="content-left"></div>
|
|
<div class="content-center"></div>
|
|
<div class="content-right"></div>
|
|
</div>
|
|
|
|
<!-- 底部版权 -->
|
|
<div class="footer">
|
|
<div class="footer-top">
|
|
<ul>
|
|
<li></li>
|
|
</ul>
|
|
<div>
|
|
<h2></h2>
|
|
<img src="" alt="">
|
|
</div>
|
|
</div>
|
|
<div class="footer-bottom">
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |