所有项目提交
This commit is contained in:
31
giantElephant/html/header.html
Normal file
31
giantElephant/html/header.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="../css/header.css">
|
||||
<title>巨象云数</title>
|
||||
</head>
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<section class="header">
|
||||
<div class="logoBox">
|
||||
<!-- <img class="logo" src="../imgs/PNG/LOGO1.png" alt="logo"> -->
|
||||
</div>
|
||||
<ul class="nav">
|
||||
<li>首页</li>
|
||||
<li>软件开发</li>
|
||||
<li>大数据服务</li>
|
||||
<li>关于我们</li>
|
||||
<li><img class="email" src="../imgs/PNG/邮件.png" alt="邮件"></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user