-
Notifications
You must be signed in to change notification settings - Fork 49
/
installation.html
42 lines (40 loc) · 1.54 KB
/
installation.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
40
41
42
<html>
<body>
<style>
body{
background:#242629;
font-family: sans-serif;
}
.box {
width: 300px;
margin: 3em auto 0;
padding: 1em;
border: 1px solid;
text-align: center;
background: #fff;
border-radius: 3px;
}
.box a {
display: inline-block;
background: #15BADA;
padding: .75em;
border-radius: 3px;
color: #fff;
text-transform: uppercase;
text-decoration: none;
}
</style>
<div class="box">
<h2>Amazon CDN</h2>
<p>To install this version from my CDN, drag the link below to your browser bar. This is the recommended option.</p>
<p>
<a href='javascript:(function(){var gaJs = document.createElement("script");gaJs.type = "text%2Fjavascript";gaJs.src = "https%3A%2F%2Ffreakdesign-us.s3.amazonaws.com%2Fshopify%2FshopifyFD%2Fs%2FshopifyFD.min.js";document.getElementsByTagName("head")[0].appendChild(gaJs);})();' title="Drag me to your browsers bookmark bar">ShopifyFD</a></p>
</div>
<div class="box">
<h2>GitHub</h2>
<p>To install this version from github, drag the link below to your browser bar. Do note that github is NOT a CDN so this should be used only as a fallback or if you need the comfort of seeing what you're running.</p>
<p>
<a href='javascript:(function(){var gaJs = document.createElement("script");gaJs.type = "text%2Fjavascript";gaJs.src = "https%3A%2F%2Frawgithub.com%2Ffreakdesign%2FshopifyFD%2Fmaster%2FshopifyFD.load.js";document.getElementsByTagName("head")[0].appendChild(gaJs);})();' title="Drag me to your browsers bookmark bar">ShopifyFD</a></p>
</div>
</body>
</html>