mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 12:40:19 +01:00
30 lines
616 B
HTML
30 lines
616 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/head.html"
|
|
|
|
<body id="download">
|
|
|
|
include "includes/ga.html"
|
|
include "includes/navigation.html"
|
|
|
|
<section id="home">
|
|
<div class="wrapper">
|
|
|
|
include "includes/download-top.html"
|
|
|
|
<br/>
|
|
|
|
</section>
|
|
|
|
|
|
include "includes/footer.html"
|
|
include "includes/js.html"
|
|
</body>
|
|
|
|
</html>
|