-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
32 lines (27 loc) · 1.52 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
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="application/javascript; charset=utf-8">
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1, width=device-width, height=device-height" />
<link rel="alternate" href="https://pierrechls.github.io/tweetscape/" hreflang="fr">
<title>TWEETSCAPE</title>
<meta name="title" content="TWEETSCAPE">
<meta name="author" content="Pierre Charles, Victor Viale, Jules Tantot">
<meta name="description" content="A WebVR experience displaying tweets along a 3D timeline">
<meta name="keywords" content="webvR, experience, twitter, tweets, aframe, vuejs, 3D, timeline">
<meta property="og:locale" content="fr_FR">
<meta property="og:url" content="https://pierrechls.github.io/tweetscape/" >
<meta property="og:title" content="TWEETSCAPE">
<meta property="og:image" content="https://pierrechls.github.io/tweetscape/static/preview.png">
<meta property="og:description" content="A WebVR experience displaying tweets along a 3D timeline">
<meta property="og:type" content="website">
<meta name="twitter:url" content="https://twitter.com/pierrechls/" >
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@pierrechls">
<meta name="twitter:site" content="https://twitter.com/pierrechls">
<script src="https://cdnjs.cloudflare.com/ajax/libs/aframe/0.5.0/aframe.js"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>