-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (48 loc) · 2.37 KB
/
index.html
File metadata and controls
62 lines (48 loc) · 2.37 KB
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
52
53
54
55
56
57
58
59
60
61
62
<!doctype html>
<html>
<head>
<title>Construct.js</title>
<meta charset="UTF-8">
<meta name="description" content="Construct.js : The WebGL framework you already know">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
<!--[if lt IE 9]>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6/html5shiv.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" type="text/css" media="screen" href="http://cdn.kdi.co/css/common/0.6.0/common-min.css">
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/main.min.css">
</head>
<body>
<a href="https://github.com/makesites/construct" class="ribbon" rel="external"><span class="tag">View on GitHub</span></a>
<!-- HEADER -->
<header class="top hide">
<h1><a href="#">Construct.js</a></h1>
<h2 id="project_tagline">The WebGL framework you already know</h2>
<ul id="quicklinks">
<li><a href="#architecture">Learn More</a></li>
<li><a href="https://github.com/makesites/construct/archive/master.zip">Download</a></li>
</ul>
<div class="share">
<!-- Facebook -->
<div class="fb-like" data-layout="button" data-send="false" data-show-faces="false"></div>
<!-- Google Plus -->
<div class="g-plusone" data-size="medium" data-annotation="none"><a href="https://plus.goolge.com">Share on G+</a></div>
<!-- Twitter -->
<div class="twitter"><a href="https://twitter.com/share" class="twitter-share-button" data-count="none">Share on Twitter</a></div>
</div>
</header>
<!-- MAIN CONTENT -->
<div id="main"><!-- --></div>
<!-- FOOTER -->
<footer class="inner">
<p class="copyright">Construct maintained by <a href="https://github.com/makesites">Makesites</a></p>
<p>Initiated by <a href="http://github.com/tracend">@tracend</a></p>
</footer>
<script type="text/javascript" src="assets/js/config.js"></script>
<script type="text/javascript" data-main="assets/js/main.js" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.4/require.min.js" defer></script>
</body>
</html>