-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
28 lines (28 loc) · 1.3 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
<!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" />
<link rel="stylesheet" href="style.css" />
<title>GDSC SKHU - Web part 02</title>
</head>
<body>
<main>
<h1>GDSC SKHU Web part 2주차 과제 모음</h1>
<section>
<a href="./김신아/index.html">김신아 님의 계산기 보기</a>
<a href="./김재관/index.html">김재관 님의 계산기 보기</a>
<a href="./김효중/Calculator.html">김효중 님의 계산기 보기</a>
<a href="./노욱진/index.html">노욱진 님의 계산기 보기</a>
<a href="./백세희/index.html">백세희 님의 계산기 보기</a>
<a href="./이예슬/index.html">이예슬 님의 계산기 보기</a>
<a href="./이은지/calculator.html">이은지 님의 계산기 보기</a>
<a href="./이진우/index.html">이진우 님의 계산기 보기</a>
<a href="./이찬균/calc.html">이찬균 님의 계산기 보기</a>
<a href="./전유진/assignment.html">전유진 님의 계산기 보기</a>
<a href="./최재훈/index.html">최재훈 님의 계산기 보기</a>
</section>
</main>
</body>
</html>