-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
39 lines (32 loc) · 1.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Vue Ripple | Vue Component to Make Google Material Design Ripple Effect</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="Vue Component to Make Google Material Design Ripple Effect">
<meta name="keywords" content="vue,vue js, javascript, library, javascript plugin, vue plugin, vue component, awesome vue, mdl, google material design, material design, ripple effect, ripple vue, vue ripple">
<meta name="robots" content="index, follow">
<meta name="DC.title" content="Vue Ripple | Vue Component to Make Google Material Design Ripple Effect">
<meta property="og:url" content="http://bosnaufal.github.io/vue-ripple/">
<meta property="og:type" content="website">
<meta property="og:title" content="Vue Ripple">
<meta property="og:description" content="Vue Component to Make Google Material Design Ripple Effect">
<meta property="og:image" content="http://bosnaufal.github.io/vue-ripple/assets/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 Ripple">
<meta name="twitter:description" content="Vue Component to Make Google Material Design Ripple Effect">
<meta name="twitter:image" content="http://bosnaufal.github.io/vue-ripple/assets/img/share.png">
<link rel="canonical" href="http://bosnaufal.github.io/vue-ripple/">
<link rel="author" href="https://github.com/BosNaufal" />
<link rel="publisher" href="https://github.com/BosNaufal" />
</head>
<body>
<app></app>
<script src="./build/build.js"></script>
<!-- <script src="build.js"></script> -->
</body>
</html>