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.
 
 
 
 

49 lines
1.3 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. <script src="../scripts/vendor/video.js"></script>
  11. include "includes/ga.html"
  12. include "includes/download-navigation.html"
  13. <section id="home">
  14. <div class="wrapper">
  15. include "includes/download-top.html"
  16. <div class="row animated fadeInDown">
  17. <div id="from-terminal" class=" box col-md-8 col-md-offset-2 col-xs-12">
  18. <div class="terminal-top">
  19. </div>
  20. <div id="terminal" class="terminal preview-image">
  21. <video id="video-player"
  22. class="video-js vjs-default-skin"
  23. controls
  24. preload="auto"
  25. data-setup='{}'>
  26. <source src="{{.Url}}" type="{{.ContentType}}"></source>
  27. </video>
  28. </div>
  29. </div>
  30. </div>
  31. <br/>
  32. </div>
  33. </section>
  34. include "includes/download-footer.html"
  35. include "includes/download-js.html"
  36. </body>
  37. </html>