-
-
Notifications
You must be signed in to change notification settings - Fork 989
/
index.html
21 lines (21 loc) · 1.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Vue-Multiselect | A Vue.js library</title>
<link rel="icon" href="static/vue-logo.png" type="image/x-icon">
<meta name="description" content="Probably the most complete selecting solution for Vue.js, without jQuery.">
<meta property="og:title" content="Vue-Multiselect | A Vue.js library.">
<meta property="og:site_name" content="Vue-Multiselect | A Vue.js library.">
<meta property="og:url" content="http://vue-multiselect.js.org">
<meta property="og:description" content="Probably the most complete selecting solution for Vue.js, without jQuery.">
<meta property="og:image" content="http://vue-multiselect.js.org/static/vue-logo.png">
<meta property="twitter:image" content="http://vue-multiselect.js.org/static/vue-logo.png">
<meta property="twitter:title" content="Vue-Multiselect | A Vue.js library.">
<meta property="twitter:description" content="The most complete selecting solution for Vue.js, without jQuery.">
</head>
<body>
<!-- built files will be auto injected -->
</body>
</html>