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.
 
 
 
 

53 lines
1.4 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/download-head.html"
  9. <body id="download">
  10. <!-- build:js../scripts/vendor/video.js -->
  11. <script src="bower_components/videojs/dist/video.min.js"></script>
  12. <!-- endbuild -->
  13. include "includes/ga.html"
  14. include "includes/navigation.html"
  15. <section id="home">
  16. <div class="wrapper">
  17. include "includes/download-top.html"
  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. <audio id="audio-player"
  24. class="video-js vjs-default-skin"
  25. controls
  26. preload="auto"
  27. data-setup='{}'>
  28. <source src="{{.Url}}" type="{{.ContentType}}"></source>
  29. </audio>
  30. </div>
  31. </div>
  32. </div>
  33. <br/>
  34. </div>
  35. </section>
  36. include "includes/download-footer.html"
  37. include "includes/download-js.html"
  38. </body>
  39. </html>