jira-card-printer/bookmarkInstalation.html

28 lines
860 B
HTML
Raw Permalink Normal View History

2015-11-25 19:33:13 +01:00
<html>
<head>
<title>Card Printer Intalation</title>
<style>
.button {
background: #60a7d4;
background-image: linear-gradient(to bottom, #60a7d4, #4890bd);
border-radius: 28px;
text-shadow: 1px 1px 27px #666666;
font-family: Arial;
color: #ffffff;
font-size: 18px;
padding: 10px 20px 10px 20px;
width: 100px;
margin: 10px ;
text-decoration: none;
}
</style>
</head>
<body>
<b>Just Drag'n'Drop the button into your Bookmarks</b>
<div class="button">
<a href="javascript:(function(){ var script = document.createElement(&quot;script&quot;); script.src = &quot;https://static.ragnarok.yvan.hu/jira-card-printer/bookmarklet.js&quot;; document.body.appendChild(script); document.body.removeChild(script);})();">CardPrinter</a>
2015-11-25 19:33:13 +01:00
</div>
</body>
</html>