-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex_back.html
32 lines (31 loc) · 1011 Bytes
/
index_back.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
<!DOCTYPE html>
<html>
<head>
<title>아카이브 페이지</title>
<meta charset="utf-8">
</head>
<body>
<h1>당신의 아카이브 : TOM</h1>
<h2>
<a href="#" target="_blank">김민지</a>
</h2>
<h2>
<a href="https://0happiness0.github.io/GITA_FED222/" target="_blank">김아영</a>
</h2>
<h2>
<a href="https://github.com/hniniik/KHN_PJ2022" target="_blank">김해니</a>
</h2>
<h2>
<a href="https://github.com/sn1091/PJ2_2022" target="_blank">박세나 PJ</a>
</h2>
<h2>
<a href="https://github.com/toreetutu/toree_PJ" target="_blank">선우현</a>
</h2>
<h2>
<a href="https://hyundong10082.github.io/MyArchivePage/" target="_blank">신현동</a>
</h2>
<h2>
<a href="https://github.com/oulico/GITA_FE-Projects_LJH" target="_blank">이정현 PJ</a>
</h2>
</body>
</html>