2014-11-05 01:32:12 +01:00
|
|
|
<!doctype html>
|
|
|
|
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
|
|
|
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
|
|
|
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
|
|
|
<!--[if gt IE 8]><!-->
|
|
|
|
<html class="no-js">
|
|
|
|
<!--<![endif]-->
|
|
|
|
|
2014-11-08 14:33:37 +01:00
|
|
|
include "includes/head.html"
|
2014-11-05 01:32:12 +01:00
|
|
|
|
2014-11-06 17:12:59 +01:00
|
|
|
<body id="download">
|
2014-11-05 01:32:12 +01:00
|
|
|
|
2014-11-13 15:31:40 +01:00
|
|
|
include "includes/ga.html"
|
2014-11-08 14:33:37 +01:00
|
|
|
include "includes/navigation.html"
|
2014-11-05 01:32:12 +01:00
|
|
|
|
2014-11-06 17:12:59 +01:00
|
|
|
<section id="home">
|
|
|
|
<div class="wrapper">
|
2014-11-13 18:11:16 +01:00
|
|
|
|
|
|
|
include "includes/download-top.html"
|
|
|
|
|
2014-11-06 17:12:59 +01:00
|
|
|
<div class="row animated fadeInDown">
|
|
|
|
<div id="from-terminal" class=" box col-md-8 col-md-offset-2 col-xs-12">
|
|
|
|
<div class="terminal-top">
|
|
|
|
</div>
|
|
|
|
<div id="terminal" class="terminal">
|
2014-11-11 17:31:52 +01:00
|
|
|
<div id="md-preview">{{.Content}}</div>
|
2014-11-05 01:32:12 +01:00
|
|
|
</div>
|
2014-11-06 17:12:59 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
2014-11-05 01:32:12 +01:00
|
|
|
|
2014-11-11 17:31:52 +01:00
|
|
|
include "includes/footer.html"
|
2014-11-06 17:12:59 +01:00
|
|
|
include "includes/js.html"
|
2014-11-05 01:32:12 +01:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|