Mirror/doc/templates/partials/logo.tmpl.partial

6 lines
399 B
Plaintext
Raw Normal View History

2019-09-21 02:16:42 +00:00
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
2020-09-19 18:12:09 +00:00
<a class="navbar-brand" style="display:flex;" href="{{_homepage}}">
<img id="logo" class="svg" style="vertical-align: middle;align-self:center;" src="{{_rel}}{{{_appLogoPath}}}{{^_appLogoPath}}logo.svg{{/_appLogoPath}}" alt="{{_appName}}" >
2019-09-21 17:43:56 +00:00
</a>