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