-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPost.html
More file actions
19 lines (18 loc) · 736 Bytes
/
Post.html
File metadata and controls
19 lines (18 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yoonseo's Post</title>
<link rel="stylesheet" type="text/css" href="./project.css">
<link href="https://fonts.googleapis.com/css2?family=Kalam&family=Oswald:wght@400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap" rel="stylesheet">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css"
/>
</head>
<body>
</body>
</html>