-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (19 loc) · 846 Bytes
/
index.html
File metadata and controls
22 lines (19 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>모든 정보를 한번에 타임라인</title>
<meta charset="utf-8">
<meta property="og:image" content="./og.png" />
<meta property="og:url" content="http://wedul.space" />
<meta property="og:description" content="개발자를 위한 취업, 기술, 뉴스 정보 제공" />
<meta property="og:title" content="Wedul Timeline" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css">
<link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<script src="/dist/build.js"></script>
</body>
</html>