You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

133 lines
4.8 KiB

  1. </html>
  2. <!doctype html>
  3. <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  4. <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  5. <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
  6. <!--[if gt IE 8]><!-->
  7. <html class="no-js">
  8. <!--<![endif]-->
  9. <head>
  10. <meta charset="utf-8">
  11. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  12. <title>transfer.sh - Easy and fast file sharing from the command-line.</title>
  13. <meta name="description" content="Easy and fast file sharing from the command-line.">
  14. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  15. <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
  16. <link rel="stylesheet" href="/styles/main.css">
  17. <link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300' rel='stylesheet' type='text/css'>
  18. <link href='//fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
  19. <script src="/scripts/vendor/modernizr.js"></script>
  20. </head>
  21. <body id="download">
  22. <script>
  23. (function(i, s, o, g, r, a, m) {
  24. i['GoogleAnalyticsObject'] = r;
  25. i[r] = i[r] || function() {
  26. (i[r].q = i[r].q || []).push(arguments)
  27. }, i[r].l = 1 * new Date();
  28. a = s.createElement(o),
  29. m = s.getElementsByTagName(o)[0];
  30. a.async = 1;
  31. a.src = g;
  32. m.parentNode.insertBefore(a, m)
  33. })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
  34. ga('create', 'UA-40833733-1', 'transfer.sh');
  35. ga('send', 'pageview');
  36. </script>
  37. <div id="navigation">
  38. <div class="wrapper">
  39. <a href="/">
  40. <h1>transfer.sh</h1>
  41. </a>
  42. <ul class="hidden-xs">
  43. <li><a href="/">home</a>
  44. </li>
  45. <li><a href="/#samples">sample use cases</a>
  46. </li>
  47. <li><a href="/#contact">contact us</a>
  48. </li>
  49. </ul>
  50. </div>
  51. </div>
  52. <section id="home">
  53. <div class="wrapper">
  54. <br/>
  55. <h2 class="page-title">{{.Filename}}</h2>
  56. <h4>type: <b>{{.ContentType}}</b></h4>
  57. <h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
  58. <a href="{{.Url}}" class="btn-cta btn"> download</i> </a> <br/><br/>
  59. <div class="row animated fadeInDown">
  60. <div id="from-terminal" class=" box col-md-8 col-md-offset-2 col-xs-12">
  61. <div class="terminal-top">
  62. </div>
  63. <div id="terminal" class="terminal preview-image">
  64. <audio controls>
  65. <source src="{{.Url}}" type="{{.ContentType}}">
  66. </audio>
  67. </div>
  68. </div>
  69. </div>
  70. <br/>
  71. <div>
  72. </section>
  73. <footer>
  74. <div class="wrapper">
  75. <div style="">
  76. <a href="bitcoin:164ybRMLbg1dhhWWiUkXtiNr7jUhMKdJqH" label="Bitcoin+Donation" style="word-wrap: break-word;">
  77. <img border="0" src=" /images/bitcoin.png" style="margin: 0 auto;;">
  78. </a>
  79. </div>
  80. <br/>
  81. <br/>
  82. <img src="/images/Logo-orange.png" alt="Founded in Holland">
  83. <p>Made with <i class="icon-heart"></i> by <a href="http://blog.dutchcoders.io/" title="Dutch Coders">Dutch Coders</a>
  84. </p>
  85. </div>
  86. </footer>
  87. <a href="https://github.com/you"><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>
  88. <script>
  89. (function() {
  90. var uv = document.createElement('script');
  91. uv.type = 'text/javascript';
  92. uv.async = true;
  93. uv.src = '//widget.uservoice.com/5rkATbLIm8ClJQeOirOhFg.js';
  94. var s = document.getElementsByTagName('script')[0];
  95. s.parentNode.insertBefore(uv, s)
  96. })()
  97. </script>
  98. <!--[if lt IE 7]>
  99. <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>
  100. <![endif]-->
  101. <script src="/scripts/main.js"></script>
  102. </body>
  103. </html>