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.5 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. include "includes/download-top.html"
  15. <div class="row animated fadeInDown">
  16. <div id="from-terminal" class=" box col-md-8 col-md-offset-2 col-xs-12">
  17. <div class="terminal-top">
  18. </div>
  19. <div id="terminal" class="terminal preview-image">
  20. <audio id="video-player"
  21. class="video-js"
  22. controls
  23. preload="auto"
  24. data-setup='{}'>
  25. <source src="{{.Url}}" type="{{.ContentType}}"></source>
  26. </audio>
  27. </div>
  28. </div>
  29. </div>
  30. <br/>
  31. </div>
  32. </section>
  33. include "includes/footer.html"
  34. include "includes/js.html"
  35. <!-- build:js /scripts/vendor/video.js -->
  36. <script src="bower_components/videojs/src/js/video.js"></script>
  37. <!-- endbuild -->
  38. </body>
  39. </html>