forked from jarred/src-img
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·26 lines (24 loc) · 1.43 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
<!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">
</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> & <a href="https://github.com/RomanSixty/">LX</a> and is in no way afilliated with Google™. Found a bug? <a href="http://github.com/RomanSixty/src-img/">Fix it.</p></p>
</div>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.1.7/underscore-min.js"></script>
<script type="text/javascript" src="./js/app/main.js"></script>
</body>
</html>