Files
brammp_transfer.sh-web/src/download.html
Andrea Spacca a5cd13e269 cr fixes
2019-04-07 17:04:02 +02:00

32 lines
637 B
HTML

<!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/download-head.html"
<body id="download">
include "includes/ga.html"
include "includes/download-navigation.html"
<section id="home">
<div class="wrapper">
include "includes/download-top.html"
</div>
</section>
include "includes/download-footer.html"
include "includes/download-js.html"
</body>
</html>