-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (43 loc) · 1.64 KB
/
index.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
<!DOCTYPE html>
<html lang="ko">
<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>불타는 컴두리</title>
<link rel="stylesheet" href="./index.css">
</head>
<body>
<header>
<div class="container">
<div class="img-wrap">
<img src="./Group_107.svg">
<p>@Presented by Mule. Thanks :D</p>
</div>
<div class="textInfo">
<h1>BURNING COMDURI</h1>
<p>Warm-up project main site</p>
</div>
<footer>
<nav>
<div class="container">
<div class="nav-wrap">
<h1 class="nav-logo">
<a href="./index.html">BurningComduri</a>
</h1>
<div class="nav-menu">
<span><a href="./jihwan/index.html">지환</a></span>
<span><a href="./hoochoo123/home.html">홍진</a></span>
<span><a href="./Jay2Jayy/index.html">성준</a></span>
<span><a href="./changeunChoi/myPage.html">창은</a></span>
</div>
</div>
<div class="footer-wrap">
<p>© 2023 BurningComduri. All rights reserved.</p>
</div>
</div>
</nav>
</footer>
</header>
</body>
</html>