-
Notifications
You must be signed in to change notification settings - Fork 0
/
page4.html
49 lines (39 loc) · 1.46 KB
/
page4.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!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">
<link rel="stylesheet" href="../ENVIRONMENT-AND-TECHNOLOGY/font.css" />
<link rel="stylesheet" href="../ENVIRONMENT-AND-TECHNOLOGY/layout.css" />
<link rel="stylesheet" href="../ENVIRONMENT-AND-TECHNOLOGY/index.css" />
<title>Document</title>
</head>
<body>
<div class="top">
<div class="logo">
<div class="logo-image">
<a href="../ENVIRONMENT-AND-TECHNOLOGY/index.html"><img src="https://cdn.pixabay.com/photo/2016/05/24/16/48/mountains-1412683__340.png", width="50%"></a>
</div>
</div>
<div class="menu-bar">
<div class="menu1">
<a href="../ENVIRONMENT-AND-TECHNOLOGY/page1.html">환경</a>
</div>
<div class="menu2">
<a href="../ENVIRONMENT-AND-TECHNOLOGY/page2.html">기술</a>
</div>
<div class="menu3">
<a href="../ENVIRONMENT-AND-TECHNOLOGY/page3.html">환경과 기술의 만남</a>
</div>
<div class="menu4">
<a href="../ENVIRONMENT-AND-TECHNOLOGY/page4.html">환경보호를 위한 기술</a>
</div>
</div>
</div>
<div class="middle">
</div>
<div class="bottom">
</div>
</body>
</html>