diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/index.html | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/custom/index.html b/custom/index.html index 6df9b1bc..1ec6a5d2 100644 --- a/custom/index.html +++ b/custom/index.html @@ -100,17 +100,7 @@ </div> <div class="col-lg-4 col-md-5 col-sm-6"> <div class="sponsor"> - <div id="md-large-widget"></div> - <script type="text/javascript"> - (function() { - var url = 'http://www.mightydeals.com/widgets/large/image_only/yes/ref/bootswatch'; - var s = document.createElement('script'), s1 = document.getElementsByTagName('script')[0]; - s.type = 'text/javascript'; - s.async = true; - s.src = url; - s1.parentNode.insertBefore(s, s1); - })(); - </script> + <a href="http://www.shopify.com/?ref=bootswatch" target="_blank"><img src="../assets/img/shopify.png" alt="Shopify"></a> </div> </div> </div> |