-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (41 loc) · 1.64 KB
/
index.html
File metadata and controls
61 lines (41 loc) · 1.64 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, maximum-scale=1.0, initial-scale=0.5, minimal-ui, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="shortcut icon" href="/static/images/favicon.ico">
<link rel="stylesheet" href="/static/css/style.css">
<title>[ Your Title Here ]</title>
</head>
<body class="all">
<section id="topbar"><img class="2x" src="/static/images/icon-arrow.png"></section>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="/static/js/index.js"></script>
<script src="/static/js/main.js"></script>
<div id="right-section">
<section class="padding">
<iframe id="code" name="code" src=""></iframe>
<iframe id="example" name="example" src=""></iframe>
</section>
</div>
<div class="navigation">
<section class="padding">
<h1><a href="http://www.framerjs.com">Framer Iterations</a></h1>
<ul>
<li class="headline">Prototypes</li>
<li><a href="#prototype.framer">Prototype 1</a></li>
<li class="headline">Versions</li>
<li><a href="#first.framer">First Version</a></li>
<li><a href="#second.framer">Second Version</a></li>
<li><a href="#third.framer">Third Version</a></li>
</ul>
<!---<a class="submit" href="https://github.com/zachheine/framer-iterations">View on Github</a>-->
</section>
</div>
<a class="download" href="#">Download</a>
<!-- <script src="/static/js/analytics.js"></script> -->
</body>
</html>