-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (31 loc) · 1.56 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-US">
<head>
<meta charset="utf-8"/>
<meta name="description" content="Create your own Star Wars opening crawl." />
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://StarWarsIntroCreator.KasselLabs.io/">
<meta property="og:title" content="Star Wars Intro Creator">
<meta property="og:site_name" content="Star Wars Intro Creator">
<meta property="og:description" content="Create your own Star Wars opening crawl.">
<meta property="og:image" content="https://StarWarsIntroCreator.KasselLabs.io/assets/preview.png">
<meta property="og:image:type" content="image/png">
<meta property="og:type" content="website">
<meta property="fb:app_id" content="966673750071792"/>
<title>Star Wars Intro Creator</title>
</head>
<body>
If you are not redirected automatically, follow the <a href='https://StarWarsIntroCreator.KasselLabs.io/'>StarWarsIntroCreator.KasselLabs.io</a>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116931857-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-116931857-1', {'page_path': '/cartao/qrcode'});
// redirect
setTimeout(function() {
window.location.href = "https://starwarsintrocreator.kassellabs.io/"+ window.location.hash
}, 5000);
</script>
</body>
</html>