-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabase.html
More file actions
45 lines (44 loc) · 1.5 KB
/
database.html
File metadata and controls
45 lines (44 loc) · 1.5 KB
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
<!DOCTYPE html>
<html>
<head>
<!--구글 링크를 통해 폰트를 적용함-->
<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=Jua&family=Noto+Sans+KR:wght@300;500&display=swap" rel="stylesheet">
<!--구글 링크를 통해 폰트를 적용함-->
<title>
문준호의 코딩 공부 사이트 - WEB
</title>
<meta charset="utf-8">
<style>
h1{
color:rgba(28, 13, 147, 0.812);font-size:60px;font-family: 'Jua', sans-serif;text-align:center;
}
h2{
color:black;font-size:40px;font-family: 'Noto Sans KR', sans-serif;
}
p{
font-family: 'Noto Sans KR', sans-serif;font-size:15px;
}
</style>
</head>
<body>
<h1>
문준호의 코딩 공부 사이트
</h1>
<p>
문준호의 컴퓨터학과 복수전공을 위하여 코딩 공부를 실현하고 공부한 것들을 잘 적용하기 위해서 공부한 것들을 정리하기 위해 만든 사이트입니다.
</p>
<p>
<li>
WEB
</li>
<li>
DATABASE
</li>
<li>
SERVER
</li>
</p>
</body>
</html>