-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 969 Bytes
/
index.html
File metadata and controls
26 lines (25 loc) · 969 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>최강 2팀 자기소개</title>
<link rel="stylesheet" href="2teamStyles.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<h1>최강 2팀 자기소개</h1>
<div class="team">
<a href="introduce.html" target="_blank">수정</a>
<a href="김두봉.html" target="_blank">두봉</a>
<a href="khm/index.html" target="_blank">현묵</a>
<a href="pjh/index.html" target="_blank">지환</a>
<a href="lhw/index.html" target="_blank">현우</a>
<a href="lyj/index.html" target="_blank">예지</a>
<a href="bjh/index.html" target="_blank">진한</a>
</div>
</div>
<!--ㅇㅇㅇ-->
</body>
</html>