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.
 
 
 
 

111 lines
4.0 KiB

  1. <!doctype html>
  2. <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  3. <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  4. <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
  5. <!--[if gt IE 8]><!-->
  6. <html class="no-js">
  7. <!--<![endif]-->
  8. <head>
  9. <meta charset="utf-8">
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11. <title>{{.Hostname}} - Easy and fast file sharing from the command-line.</title>
  12. <meta name="description" content="Easy and fast file sharing from the command-line.">
  13. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  14. <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
  15. <link rel="stylesheet" href="../styles/main.css">
  16. <link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300' rel='stylesheet' type='text/css'>
  17. <link href='//fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
  18. <script src="../scripts/vendor/modernizr.js"></script>
  19. </head>
  20. <body id="download">
  21. <script src="../scripts/vendor/video.js"></script>
  22. <div id="navigation">
  23. <div class="wrapper">
  24. <a href="/">
  25. <h1>{{.Hostname}}</h1>
  26. </a>
  27. <ul class="hidden-xs">
  28. <li><a href="../">home</a>
  29. </li>
  30. <li><a href="../#samples">sample use cases</a>
  31. </li>
  32. <li><a href="#contact">contact us</a>
  33. </li>
  34. </ul>
  35. </div>
  36. </div>
  37. <section id="home">
  38. <div class="wrapper">
  39. <br/>
  40. <h2 class="page-title">{{.Filename}}</h2>
  41. <h4>type: <b>{{.ContentType}}</b></h4>
  42. <h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
  43. <a href="{{.UrlGet}}" class="btn-cta btn"> download</i> </a> <br/><br/>
  44. <div class="qrcode">
  45. <img src="data:image/png;base64,{{.QRCode}}"/>
  46. </div>
  47. <div class="row animated fadeInDown">
  48. <div id="from-terminal" class=" box col-md-8 col-md-offset-2 col-xs-12">
  49. <div class="terminal-top">
  50. </div>
  51. <div id="terminal" class="terminal preview-image">
  52. <video id="video-player"
  53. class="video-js vjs-default-skin"
  54. controls
  55. preload="auto"
  56. data-setup='{}'>
  57. <source src="{{.Url}}" type="{{.ContentType}}"></source>
  58. </video>
  59. </div>
  60. </div>
  61. </div>
  62. <br/>
  63. </div>
  64. </section>
  65. <footer>
  66. <div class="wrapper">
  67. <div style="">
  68. <a href="bitcoin:164ybRMLbg1dhhWWiUkXtiNr7jUhMKdJqH" label="Bitcoin+Donation" style="word-wrap: break-word;">
  69. <img border="0" src="../images/bitcoin.png" style="margin: 0 auto;;">
  70. </a>
  71. </div>
  72. <br/>
  73. <br/>
  74. <img src="../images/Logo-orange.png" alt="Founded in Holland">
  75. <p>Made with <i class="icon-heart"></i> by <a href="http://blog.dutchcoders.io/" title="Dutch Coders">Dutch Coders</a>
  76. </p>
  77. </div>
  78. </footer>
  79. <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>
  80. <!--[if lt IE 7]>
  81. <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>
  82. <![endif]-->
  83. <script src="../scripts/main.js"></script>
  84. </body>
  85. </html>