Initial commit.
This commit is contained in:
commit
b48a4e92e1
169 changed files with 7538 additions and 0 deletions
55
web/views/apps.ejs
Normal file
55
web/views/apps.ejs
Normal file
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Download Hostr for Mac and Windows | Hostr • Instant Sharing</title>
|
||||
<meta name="description" content="Share anything instantly. From screenshots to zip files to anything else, for free!">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" href="/images/favicon.png">
|
||||
<link href='//fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
|
||||
<%- CDN(['/styles/style.css']) %>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<section class="container header clearfix">
|
||||
<a href="/"><img class="logo img-responsive" src="/images/logo_dark.png" height="21" width="26" alt=""></a>
|
||||
</section>
|
||||
|
||||
<section class="container apps">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h1>Hostr for Mac and Windows</h1>
|
||||
<ul class="list-unstyled">
|
||||
<li>Drag and drop without opening your browser.</li>
|
||||
<li>Get links instantly without waiting for uploads to finish</li>
|
||||
<li>Easily capture and share screenshots.</li>
|
||||
<li>Quick access to recent files.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="downloads">
|
||||
<a href="/apps/mac/Hostr-0.8.0.zip" class="btn btn-primary">Download for Mac</a>
|
||||
<a href="/apps/windows/Hostr-0.7.1.exe" class="btn btn-primary">Download for Windows</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<% include footer.ejs %>
|
||||
<script>
|
||||
var mac = document.getElementById("mac");
|
||||
var windows = document.getElementById("windows");
|
||||
|
||||
</scipt>
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-66209-2', 'hostr.co');
|
||||
ga('require', 'displayfeatures');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue