diff options
Diffstat (limited to 'superhero')
-rw-r--r-- | superhero/index.html | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/superhero/index.html b/superhero/index.html index 510df901..84473bd1 100644 --- a/superhero/index.html +++ b/superhero/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> |