|
12345678910111213141516171819 |
- {{!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="grad-bottom"></div>
- <div class="footer">
- <div class="container">
- <span class="pull-right">
- <a href="#top">Back to top</a>
- <select onchange="getSelectionChange(this);" id="theme-switcher">
- <option>Theme</option>
- <option value="theme_dark">Dark</option>
- <option value="theme_light">Light</option>
- </select>
- </span>
- {{{_appFooter}}}
- {{^_appFooter}}<span>Generated by <strong>DocFX</strong></span>{{/_appFooter}}
- </div>
- </div>
- </footer>
|