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.
 
 
 

48 lines
1.2 KiB

  1. </html>
  2. <!doctype html>
  3. <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  4. <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  5. <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
  6. <!--[if gt IE 8]><!-->
  7. <html class="no-js">
  8. <!--<![endif]-->
  9. include "includes/head.html"
  10. <body id="download">
  11. include "includes/ga.html"
  12. include "includes/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. <audio controls>
  22. <source src="{{.Url}}" type="{{.ContentType}}">
  23. </audio>
  24. </div>
  25. </div>
  26. </div>
  27. <br/>
  28. <div>
  29. </section>
  30. include "includes/footer.html"
  31. include "includes/js.html"
  32. </body>
  33. </html>