Initial commit.

This commit is contained in:
Jonathan Cremin 2015-07-09 23:01:43 +01:00
commit b48a4e92e1
169 changed files with 7538 additions and 0 deletions

View file

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en" ng-app="hostr">
<head>
<title>Hostr Changelog</title>
<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/app.css']) %>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
<h3>Hostr 0.7.0</h3>
<h4>Changes</h4>
<ul>
<li>Updated branding</li>
<li>Minor bugfixes</li>
</ul>
<p>Stay tuned for a bigger update coming soon!</p>
</div>
</div>
</div>
</body>
</html>