-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.html
More file actions
42 lines (33 loc) · 1.18 KB
/
code.html
File metadata and controls
42 lines (33 loc) · 1.18 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
<!doctype html>
<html class="half">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>Framer Code</title>
<link rel="stylesheet" type="text/css" href="/static/css/code.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="/static/js/code.js"></script>
<script src="/static/js/rainbow.min.js"></script>
<script src="/static/js/rainbow.linenumbers.min.js"></script>
<script src="/static/js/language/javascript.js"></script>
<script src="/static/js/language/coffeescript.js"></script>
<script src="/static/js/analytics.js"></script>
</head>
<body>
<header id="header">
<section id="toggle-section">
<a class="toggle">Coffeescript</a>
<ul id="dropdown" class="clearfix">
<li><a href="#">Javascript</a></li>
</ul>
</section>
<!--- <a target="_blank" class="learn" href="http://coffeescript.org">?</a> -->
<section id="zoom-toggle-section">
<a href="#" class="zoom-toggle">2x</a>
<a href="#" class="zoom-toggle-two">1x</a>
</section>
</header>
<pre><code data-language="javascript"></code></pre>
</body>
</html>