-
Notifications
You must be signed in to change notification settings - Fork 3
/
unicorn.html
34 lines (21 loc) · 1.43 KB
/
unicorn.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1, width=device-width" />
<title>Unicorn Bookmarklet: Add a unicorn to any page</title>
<link rel="stylesheet" type="text/css" href="css/skeleton.css" />
</head>
<body class="container">
<nav role="navigation"><a href="index.html">< Back to Bookmarklets Index</a></nav>
<h1>Add a unicorn to Any Page</h1>
<p>This bookmarklet will add a unicorn to any page!</p>
<h2>Installing</h2>
<p>To install, drag the link below to your bookmarks toolbar:</p>
<p><a href="javascript:(function(){var newScript = document.createElement('script');newScript.src = '//matthew.reidsrow.com/courseware/vendortools/js/bookmarklet.js';document.body.appendChild(newScript);})();" class="button button-primary" id="bookmarklet">Add Unicorn</a></p>
<div id="install-help"><a href="installation.html">Installation Instructions</a></div>
<div id="installation"></div>
<footer><small>Created by <a href="http://matthewreidsma.com">Matthew Reidsma</a> for the <a href="http://infopeople.org">Infopeople</a> course "Customizing Vendor Tools for Better Customer Service," Summer 2015. <a href="http://getskeleton.com/">Styles by Skeleton</a>. Code for this page is on <a href="http://github.com/mreidsma/Bookmarklets">Github</a>.</small></footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>