-
Notifications
You must be signed in to change notification settings - Fork 80
/
index.html
42 lines (36 loc) · 2.15 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
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<title>Vue 2 Scrollbar | The Simplest Pretty Scroll Area Component with custom scrollbar for Vue Js Version 2</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="description" content="The Simplest Pretty Scroll Area Component with custom scrollbar for Vue Js Version 2">
<meta name="keywords" content="vue2,vue2 js, javascript, library, javascript plugin, vue2 plugin, vue2 component, awesome vue2, mdl, google material design, material design, ripple effect, ripple vue2, vue2 ripple">
<meta name="robots" content="index, follow">
<meta name="DC.title" content="Vue 2 Scrollbar | The Simplest Pretty Scroll Area Component with custom scrollbar for Vue Js Version 2">
<meta property="og:url" content="http://bosnaufal.github.io/vue2-scrollbar/">
<meta property="og:type" content="website">
<meta property="og:title" content="Vue 2 Scrollbar">
<meta property="og:description" content="The Simplest Pretty Scroll Area Component with custom scrollbar for Vue Js Version 2">
<meta property="og:image" content="http://bosnaufal.github.io/vue2-scrollbar/src/img/share.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@BosNaufal">
<meta name="twitter:site" content="@BosNaufal">
<meta name="twitter:title" content="Vue 2 Scrollbar">
<meta name="twitter:description" content="The Simplest Pretty Scroll Area Component with custom scrollbar for Vue Js Version 2">
<meta name="twitter:image" content="http://bosnaufal.github.io/vue2-scrollbar/src/img/share.png">
<link rel="canonical" href="http://bosnaufal.github.io/vue2-scrollbar/">
<link rel="author" href="https://github.com/BosNaufal" />
<link rel="publisher" href="https://github.com/BosNaufal" />
</head>
<body>
<h1 align="center">Vue 2 Scrollbar</h1>
<app></app>
<h3 align="center">
<a href="https://github.com/BosNaufal/vue2-scrollbar">Fork Me On Github!</a>
</h3>
<script src="./build/build.js"></script>
<!-- <script src="build.js"></script> -->
</body>
</html>