2017-03-21 15:55:38 +01:00
< footer >
< div class = "wrapper" >
< div style = "" >
< a href = "bitcoin:164ybRMLbg1dhhWWiUkXtiNr7jUhMKdJqH" label = "Bitcoin+Donation" style = "word-wrap: break-word;" >
2019-03-30 13:02:25 +01:00
< img border = "0" src = "images/bitcoin.png" style = "margin: 0 auto;;" >
2017-03-21 15:55:38 +01:00
< / a >
< / div >
< br / >
< br / >
2019-03-30 12:35:24 +01:00
< img src = "images/Logo-orange.png" alt = "Founded in Holland" >
2017-03-21 15:55:38 +01:00
< p > Made with < i class = "icon-heart" > < / i > by < a href = "http://blog.dutchcoders.io/" title = "Dutch Coders" > Dutch Coders< / a >
< / p >
< / div >
< / footer >
< a href = "https://github.com/dutchcoders/transfer.sh/" > < img style = "position: absolute; top: 0; right: 0; border: 0;" src = "https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt = "Fork me on GitHub" data-canonical-src = "https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" > < / a >
< script >
(function() {
2018-06-26 18:16:40 +02:00
var userVoiceKey = "{{.UserVoiceKey}}";
if (userVoiceKey != "") {
2017-03-21 15:55:38 +01:00
var uv = document.createElement('script');
uv.type = 'text/javascript';
uv.async = true;
2018-06-26 18:16:40 +02:00
uv.src = '//widget.uservoice.com/{{.UserVoiceKey}}.js';
2017-03-21 15:55:38 +01:00
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(uv, s)
2018-06-26 18:16:40 +02:00
}
2017-03-21 15:55:38 +01:00
})()
< / script >
<!-- [if lt IE 7]>
< p class = "browsehappy" > You are using an < strong > outdated< / strong > browser. Please < a href = "http://browsehappy.com/" > upgrade your browser< / a > to improve your experience.< / p >
<![endif]-->