-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
64 lines (56 loc) · 3.1 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
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Acelet ♦ Hack in the browser</title>
<meta name="description" content="Acelet is a bookmarklet that allows you to edit selected text and code snippets in an advanced code editor, right in your browser.">
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script>
<![endif]-->
</head>
<body>
<div id="main">
<p class="intro"><em>Edit code. In the browser.</em></p>
<section id="snippet" data-html="html/snippet"></section>
<section id="bookmarklet" data-html="html/bookmarklet"></section>
<section id="defaults" data-html="html/defaults"></section>
<section id="now"><h2>Drag the Acelet button to your bookmarks bar so you could use it on any page, done.</h2></section>
<p class="too-small">Size does matter.<br>You really should come back here with a bigger screen.<br>😁</p>
</div>
<footer>
<div class="footer-first">
<a href="http://tsi.github.com/acelet/">Acelet</a> - Powered by <a href="http://ace.ajax.org" taget="_blank">Ace</a> | BSD licenced.
</div>
<div class="footer-second">
Created by Tsachi Shlidor (<a target="_blank" href="https://twitter.com/shlidor">@shlidor</a>)
</div>
</footer>
<a href="https://github.com/tsi/acelet">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png">
</a>
<div class="share-btns">
<div id="fb-root"></div>
<div class="fb-like" data-send="false" data-layout="button_count" data-width="1" data-show-faces="false"></div>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-text="Hack in the browser with Acelet">Tweet</a>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/main.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39309928-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>