-
-
Notifications
You must be signed in to change notification settings - Fork 238
/
index.html
32 lines (32 loc) · 1.52 KB
/
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
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="Content-language" content="en">
<meta name="author" content="Antoni André">
<link rel="icon" href="/favicon.ico">
<meta name="description" content="A Vue.js full calendar, no dependency, no BS. :metal:">
<meta name="keywords" content="Vue full calendar, vue calendar, vue cal, vuecal, vue">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="Vue Cal">
<meta property="og:url" content="https://antoniandre.github.io/vue-cal">
<meta property="og:type" content="article">
<meta property="article:author" content="Antoni André">
<meta property="og:title" content="Vue Cal - Documentation">
<meta property="og:description" content="A Vue.js full calendar, no dependency, no BS. :metal:">
<title>Vue Cal</title>
<meta itemprop="name" content="Vue Cal - Documentation">
<meta itemprop="description" content="A Vue.js full calendar, no dependency, no BS. :metal:">
<title>Vue Cal - Documentation</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,500,700|Material+Icons">
</head>
<body>
<noscript>
<strong>We're sorry but vue-cal doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<a id="top"></a>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>