Files
transfer.sh-web/src/download.html

36 lines
714 B
HTML
Raw Permalink Normal View History

2017-03-21 15:55:38 +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]-->
2019-03-30 12:35:24 +01:00
include "includes/download-head.html"
2017-03-21 15:55:38 +01:00
<body id="download">
2019-03-30 12:35:24 +01:00
include "includes/ga.html"
2019-04-07 17:04:02 +02:00
include "includes/download-navigation.html"
2019-03-30 12:35:24 +01:00
2017-03-21 15:55:38 +01:00
<section id="home">
<div class="wrapper">
2019-03-30 12:35:24 +01:00
include "includes/download-top.html"
<br/>
include "includes/download-delete.html"
<br/>
2017-03-21 15:55:38 +01:00
</div>
</section>
2019-03-30 12:35:24 +01:00
include "includes/download-footer.html"
include "includes/download-js.html"
2017-03-21 15:55:38 +01:00
</body>
</html>