hostr/web/public/src/partials/apps.html
2015-08-03 22:06:40 +01:00

23 lines
844 B
HTML

<app-header></app-header>
<section class="container apps">
<div class="row">
<div class="col-lg-12 col-lg-offset-0 col-md-6 col-md-offset-3">
<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-6 col-md-offset-3">
<div class="downloads">
<a href="/apps/mac/Hostr-0.8.0.zip" class="btn btn-primary" target="_self">Download for Mac</a>
<a href="/apps/windows/Hostr-0.7.1.exe" class="btn btn-primary" target="_self">Download for Windows</a>
</div>
</div>
</div>
</section>
<app-footer></app-footer>