| 123456789101112131415161718192021222324252627282930313233 |
- <!--
- Part of the Carbon Language project, under the Apache License v2.0 with LLVM
- Exceptions. See /LICENSE for license information.
- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
- -->
- <!--
- Used from:
- https://github.com/just-the-docs/just-the-docs/blob/main/_includes/components/footer.html
- -->
- <footer>
- <p><a href="#top" id="back-to-top">Back to top</a></p>
- <p>
- <a
- href="https://github.com/carbon-language/carbon-lang/blob/trunk/{{ page.path }}"
- id="edit-this-page"
- >View on GitHub</a
- >
- </p>
- <p class="text-small">
- Part of the Carbon Language project, licensed under the
- <a href="https://github.com/carbon-language/carbon-lang/blob/trunk/LICENSE"
- >Apache License v2.0 with LLVM Exceptions</a
- >.
- </p>
- <p class="text-small">
- This site is hosted on GitHub Pages and uses
- <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>.
- </p>
- </footer>
|