-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
29 lines (29 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<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:">
<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>
</head>
<body id="top">
<noscript>
<strong>We're sorry but vue-cal doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>