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.
 
 
 
 

39 lines
980 B

  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. include "includes/download-navigation.html"
  11. <section id="home">
  12. <div class="wrapper">
  13. include "includes/download-top.html"
  14. <div class="row animated fadeInDown">
  15. <div id="from-terminal" class=" box col-md-8 col-md-offset-2 col-xs-12">
  16. <div class="terminal-top">
  17. </div>
  18. <div id="terminal" class="terminal">
  19. <div id="md-preview">{{.Content}}</div>
  20. </div>
  21. </div>
  22. </div>
  23. <br/>
  24. </section>
  25. include "includes/download-footer.html"
  26. include "includes/download-js.html"
  27. </body>
  28. </html>