-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 1.58 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv=content-type content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Archivo+Black" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Reenie+Beanie" rel="stylesheet">
<title>Vue displacement slideshow example</title>
<title>Alban Crepel</title>
<meta name=Content-Language content=en>
<meta name=lang content=en>
<meta name=Description
content="Vue displacement slideshow | Webgl image displacement transitions made simple, by Alban Crepel">
<meta name=Keywords
content="alban, crepel, vuejs, webgl, gsap, transitions, front-end, component, image, slideshow, threejs">
<meta name=Subject content="VueJs transition component">
<meta name=Author content="Alban Crepel">
<meta name=Publisher content="Alban Crepel">
<meta name=Robots content=all>
<!--<link rel=icon type=image/png href=/static/icon.jpg>-->
<meta name='og:title' content='Vue displacement slideshow example'>
<meta name='og:type' content='website'>
<meta name='og:url' content='https://vue-displacement-slideshow.now.sh'>
<meta name='og:image' content='https://vue-displacement-slideshow.now.sh/static/screenshot.png'>
<meta name='og:description' content='vue-displacement-slideshow : Webgl image displacement transitions made simple'>
</head>
<body>
<div id="app"></div>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>