-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (49 loc) · 3.24 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
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="cleartype" content="on">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0, minimal-ui">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="author" content="Andrea Bovo <spleen666@gmail.com> - spleen.noo.name">
<meta name="description" content="oldschool tunnel fx with WebGL and TWGL.js.">
<!-- Facebook Metas-->
<meta property="og:url" content="http://spleennooname.github.io/webgl-tunnel-demo/index.html">
<meta property="og:type" content="website">
<meta property="og:title" content="oldschool tunnel fx with WebGL and TWGL.js - by Andrea Bovo <spleen666@gmail.com> - spleen.noo.name">
<meta property="og:description" content="oldschool tunnel fx with WebGL and TWGL.js. ">
<meta property="og:image" content="https://spleennooname.github.io/webgl-tunnel-demo/img/social.jpg">
<!-- Twitter Metas-->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:creator" content="@vivacchio">
<meta property="twitter:title" content="oldschool tunnel fx with WebGL and TWGL.js - by Andrea Bovo <spleen666@gmail.com> - spleen.noo.name">
<meta property="twitter:description" content="oldschool tunnel fx with WebGL and TWGL.js.">
<meta property="twitter:image" content="https://spleennooname.github.io/webgl-tunnel-demo/img/social.jpg">
<meta property="twitter:image:width" content="640">
<meta property="twitter:image:height" content="630">
<!-- Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="">
<!-- Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="oldschool tunnel fx with WebGL and TWGL.js">
<!-- Windows 8 -->
<!-- <meta name="msapplication-TileImage" content="images/touch/ms-touch-icon.png"> -->
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-tap-highlight" content="no">
<meta name="theme-color" content="#000000">
<title>spleen.noo.name - oldschool tunnel fx with WebGL and TWGL.js</title>
<link media="all" href='https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css' rel='stylesheet' type='text/css'>
<link media="all" href='https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css' rel='stylesheet' type='text/css'>
<link media="all" href='https://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>
<link media="all" href='css/style.css' rel='stylesheet' type='text/css'>
</head>
<body>
<canvas id="canvas"></canvas>
<div class="social"><a title="Github project page" href="https://github.com/spleennooname/webgl-tunnel-demo"><i class="fa fa-github" aria-hidden="true"></i></a><a href="https://twitter.com/vivacchio" title="my twitter account"><i class="fa fa-twitter" aria-hidden="true"></i></a></div>
<script src="js/bundle.js"></script>
</body>
</html>