-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (25 loc) · 862 Bytes
/
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 name="viewport" content="width=device-width, initial-scale=0.8">
<meta charset="UTF-8">
<title>Army Calculator 0.1</title>
<script src="js/main.js"></script>
<link rel="stylesheet" href="css/main.css">
<!-- font-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Yeon+Sung&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css">
</head>
<body>
<header>
<h1 class="logo">army-calculator</h1>
<nav>
<a href="calculator.html">계산기</a>
<a href="vacation.html">휴가 계산(개발 중)</a>
</nav>
<nav></nav>
</header>
</body>
</html>