2020-10-25 11:49:12 -04:00
|
|
|
{% block footer %}
|
|
|
|
<footer id="island-footer">
|
2025-01-01 02:02:18 +01:00
|
|
|
<div id="copyright-notice">Copyright 2025 Archipelago</div>
|
2020-12-01 03:08:31 -05:00
|
|
|
<div id="links">
|
2022-04-05 01:14:30 -04:00
|
|
|
<a href="/sitemap">Site Map</a>
|
|
|
|
-
|
2021-06-06 22:14:13 +02:00
|
|
|
<a href="https://github.com/ArchipelagoMW/Archipelago">Source Code</a>
|
2020-12-01 03:08:31 -05:00
|
|
|
-
|
2021-06-06 22:14:13 +02:00
|
|
|
<a href="https://github.com/ArchipelagoMW/Archipelago/graphs/contributors">Contributors</a>
|
2020-12-02 23:48:10 -05:00
|
|
|
-
|
2021-06-06 22:14:13 +02:00
|
|
|
<a href="https://github.com/ArchipelagoMW/Archipelago/issues">Bug Report</a>
|
2020-12-01 03:08:31 -05:00
|
|
|
</div>
|
2020-10-25 11:49:12 -04:00
|
|
|
</footer>
|
|
|
|
{% endblock %}
|
2020-12-01 16:44:24 -05:00
|
|
|
|
|
|
|
{% block head %}
|
2021-05-13 00:41:49 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/islandFooter.css") }}" />
|
2020-12-01 16:44:24 -05:00
|
|
|
{% endblock %}
|