-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
39 lines (34 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>src img</title>
<link rel="stylesheet" href="./css/style.css" type="text/css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<div id="all">
<h1>?¿ src-img</h1>
<p>Src Img is a bookmarklet that interfaces with <a href="http://images.google.com"><u>Goo</u>g<u>le™ Ima</u>g<u>e Search</u></a> to help you find the creators of images you see on blogs that are too <span class="strike">lame</span> cool for attribution.</p>
<h3>How do I use it?</h3>
<p>Drag the following link to the bookmarks bar in your browser.</p>
<div class="bookmarklet-hold">
<a href="#"> </a>
</div>
<p>Then click it when you are on a page with images you want to track down.</p>
<p class="footer">♒ This bookmarklet is brought to you by <a href="http://twitter.com/jarred">@jarred</a> & <a href="http://twitter.com/hydnhntr">@hydnhntr</a> and is in no way afilliated with Google™. Found a bug? <a href="http://github.com/jarred/src-img/">Fix it.</p></p>
</div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.1.7/underscore-min.js"></script>
<script type="text/javascript" src="./js/app/main.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4516491-29']);
_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>