transfer.sh/transfersh-web/download.markdown.html

40 lines
984 B
HTML
Raw Normal View History

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]-->
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"
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">
<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
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>