-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
37 lines (34 loc) · 1.1 KB
/
project.html
File metadata and controls
37 lines (34 loc) · 1.1 KB
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
<!DOCTYPE html>
<html>
<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>White</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="project.css">
</head>
<body>
<div class="container">
<div class="wrapper">
<!-- footer -->
<footer class="ft">
<div class="ftwrap">
<a class="facebook" href="https://www.facebook.com/silentpoet97/" target="_blank">
<img class="ftimg" src="img/icon/facebook.svg">
</a>
<a class="instagram" href="https://www.instagram.com/white_jongs00" target="_blank">
<img class="ftimg" src="img/icon/instagram.svg">
</a>
<a class="youtube" href="https://www.youtube.com/channel/UCF_0uNnpNXrkUv7cIg1K49A/videos" target="_blank">
<img class="ftimg" src="img/icon/youtube.svg">
</a>
<a class="mail" href="mailto:coolkjs7@naver.com" target="_blank">
<img class="ftimg" src="img/icon/email.svg">
</a>
</div>
</footer>
</div>
</div>
</body>
</html>