-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 1.05 KB
/
index.html
File metadata and controls
33 lines (29 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link type="text/css" rel="stylesheet" href="css/banner-styles.css">
<meta charset="utf-8">
<title>FileShuttle - Easily upload files to your FTP/SFTP server - For Mac OS X</title>
<link rel="stylesheet" href="css/style.css">
<section>
<div>
<h1>FileShuttle</h1>
<h2>Upload files to your FTP/SFTP server</h2>
<img src="images/fileshuttle_icon.png" alt="FileShuttle Icon">
<div>
<a class="dl" href="https://fileshuttle.github.io/FileShuttle.2.1.zip">Download 2.0</a>
<a class="github" href="https://github.com/FileShuttle/fileshuttle">Github</a>
</div>
</div>
<video width="540" height="350" autoplay="" loop="" controls="">
<source src="screencast.mov">
<source src="screencast.webm">
</video>
</section>
<footer>
<ul>
<li>Originally by <a href="http://twitter.com/michaelvillar">@michaelvillar</a></li>
<li>Maintained by <a href="http://twitter.com/anthonysomerset">@anthonysomerset</a></li>
</ul>
</footer>
</body>
</html>