storj/web/marketing/pages/banner.html
Egon Elbre fdddaa2a47 Fix marketingweb code (#2177)
* set to only listen on 127.0.0.1, move static files to same location, better template handling

* handle error

* fix path in storj-sim

* revert template handling changes

* code shouldn't panic on invalid tempalte

* do not rewrite once writing has started

* write correct error code

* use filepath for path handling

* revert change

* fix

* fix mod tidy

* use correct error code for not found, avoid infinite loop on failure
2019-06-12 09:42:39 -04:00

13 lines
464 B
HTML

{{define "banner"}}
<div class="container-fluid bg-secondary banner w-100">
<div class="row">
<a class="home-link" href="/">
<img class="ml-5" src="/static/img/horizontal-tar-white.svg" height="75" width="180">
</a>
<span class="ml-3 mr-3 mt-4 text-white">|</span>
<a class="home-link" href="/">
<p class="mt-4 banner-txt text-white">Marketing Credits Dashboard</p>
</a>
</div>
</div>
{{end}}