2020-12-03 06:55:06 +00:00
|
|
|
{% block head %}
|
2021-05-12 22:41:49 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/header/baseHeader.css") }}" />
|
2020-12-03 06:55:06 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block header %}
|
|
|
|
<header id="base-header">
|
|
|
|
<div id="base-header-left">
|
|
|
|
<a href="/" id="site-title">
|
|
|
|
<img src="/favicon.ico" alt="Favicon" />
|
|
|
|
</a>
|
2021-01-03 22:48:27 +00:00
|
|
|
<a href="/">archipelago</a>
|
2020-12-03 06:55:06 +00:00
|
|
|
</div>
|
|
|
|
<div id="base-header-right">
|
2021-08-23 00:01:58 +00:00
|
|
|
<a href="/games">supported games</a>
|
2021-01-03 22:46:47 +00:00
|
|
|
<a href="/tutorial">setup guides</a>
|
2021-10-12 00:52:30 +00:00
|
|
|
<a href="/start-playing">start playing</a>
|
2021-08-23 00:01:58 +00:00
|
|
|
<a href="/faq/en">f.a.q.</a>
|
|
|
|
<a href="https://discord.gg/8Z65BR2" target="_blank">discord</a>
|
2020-12-03 06:55:06 +00:00
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
{% endblock %}
|