Initial commit.
This commit is contained in:
commit
b48a4e92e1
169 changed files with 7538 additions and 0 deletions
17
web/views/footer.ejs
Normal file
17
web/views/footer.ejs
Normal file
|
@ -0,0 +1,17 @@
|
|||
<section class="container footer">
|
||||
<img src="/images/bullet-r.png" height=8 width=8 />
|
||||
<ul class="nav nav-pills">
|
||||
<li><a href="/apps">Apps</a>
|
||||
</li>
|
||||
<li><a href="/pricing">Pricing</a>
|
||||
</li>
|
||||
<li><a href="mailto:support@hostr.co">Contact</a>
|
||||
</li>
|
||||
<li><a href="/terms">Terms</a>
|
||||
</li>
|
||||
<li><a href="/privacy">Privacy</a>
|
||||
</li>
|
||||
<li><a href="https://twitter.com/gethostr">Twitter</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue