mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-04-05 22:01:04 +00:00
17 lines
676 B
Plaintext
17 lines
676 B
Plaintext
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
|
|
|
<footer>
|
|
<div class="footer">
|
|
<div class="container-fluid">
|
|
<span class="pull-right">
|
|
<a href="#top">{{__global.backToTop}}</a>
|
|
</span>
|
|
{{{_appFooter}}}
|
|
{{^_appFooter}}<span>Radzen Blazor Components, © 2018-2026 Radzen. <a href="https://github.com/radzenhq/radzen-blazor" target="_blank">Source Code</a> licensed under <a href="https://github.com/radzenhq/radzen-blazor/blob/master/LICENSE" target="_blank">MIT</a></span>{{/_appFooter}}
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
|