Drag'n'Drop Installation
This commit is contained in:
parent
21f59ee7b3
commit
723aaa7d91
27
bookmarkInstalation.html
Normal file
27
bookmarkInstalation.html
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<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("script"); script.src = "https://qoomon.github.io/Jira-Issue-Card-Printer/bookmarklet.js"; document.body.appendChild(script); document.body.removeChild(script);})();">CardPrinter</a>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
x
Reference in New Issue
Block a user