-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·28 lines (21 loc) · 1021 Bytes
/
Copy pathindex.html
File metadata and controls
executable file
·28 lines (21 loc) · 1021 Bytes
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=1.0">
<meta charset="utf-8">
<title>every calendar</title>
<link rel="apple-touch-icon" sizes="180x180" href="./src/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./src/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./src/assets/favicon-16x16.png">
<link rel="manifest" href="./src/assets/site.webmanifest">
<link rel="mask-icon" href="./src/assets/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.0-rc.19/css/uikit.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.2.3/velocity.min.js"></script>
</head>
<body>
<div id="app"></div>
<script src="/dist/build.js"></script>
</body>
</html>