Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

52 rindas
1.6 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. include "includes/head.html"
  9. <body id="download">
  10. include "includes/ga.html"
  11. include "includes/navigation.html"
  12. <section id="home">
  13. <div class="wrapper">
  14. <br/>
  15. <h2 class="page-title" > {{.Filename}}</h2>
  16. <h4>type: <b>{{.ContentType}}</b></h4>
  17. <h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
  18. <div class="row animated fadeInDown">
  19. <div id="from-terminal" class=" box col-md-8 col-md-offset-2 col-xs-12">
  20. <div class="terminal-top">
  21. </div>
  22. <div id="terminal" class="terminal preview-image">
  23. <img src="{{.Url}}" width="400" alt="">
  24. </div>
  25. </div>
  26. </div>
  27. <br/>
  28. <div>
  29. <div>
  30. <a href="#" id="copy-link-btn" class="btn-cta btn">copy link</a> &nbsp;&nbsp;
  31. <a href="{{.Url}}" class="btn-cta btn"> download</i> </a>
  32. <div id="copy-link-wrapper" class="copy-link-wrapper">
  33. <p>Press Ctrl / CMD + C to copy link to your clipboard.</p>
  34. <input readonly="readonly" type="text" value="{{.Url}}" />
  35. </div>
  36. <div id="overlay" class="overlay"></div>
  37. </div>
  38. </section>
  39. include "includes/footer.html"
  40. include "includes/js.html"
  41. </body>
  42. </html>