Skip to content

Commit

Permalink
Merge pull request #1 from alok5050/alok5050-patch-1
Browse files Browse the repository at this point in the history
Create footer.html
  • Loading branch information
alok5050 authored Feb 26, 2024
2 parents 24fbc64 + 9457c88 commit e23cbfc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<footer class="row">
<p>Copyright © 2024 SymPy Development Team. </p>
<p>
This page is open source. Fork <a href="https://github.com/sympy/sympy.github.com">the project on GitHub</a> to edit it.
</p>
<p>
Languages (beta):
<a href="../cs/index.html">[Cs]</a>,
<a href="../de/index.html">[De]</a>,
<a href="../en/index.html">[En]</a>,
<a href="../es/index.html">[Es]</a>,
<a href="../fr/index.html">[Fr]</a>,
<a href="../nl/index.html">[Nl]</a>,
<a href="../pt/index.html">[Pt]</a>,
<a href="../ru/index.html">[Ru]</a>,
<a href="../zh/index.html">[Zh]</a>
</p>
</footer>

0 comments on commit e23cbfc

Please sign in to comment.