2021-01-03 22:46:47 +00:00
|
|
|
{% extends 'pageWrapper.html' %}
|
|
|
|
|
|
|
|
{% block head %}
|
|
|
|
{% include 'header/grassHeader.html' %}
|
|
|
|
<title>Archipelago Guides</title>
|
2021-05-12 22:41:49 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/tutorialLanding.css") }}" />
|
|
|
|
<script type="application/ecmascript" src="{{ url_for('static', filename="assets/tutorialLanding.js") }}"></script>
|
2021-01-03 22:46:47 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
|
<div id="tutorial-landing" data-game="{{ game }}" data-file="{{ file }}" data-lang="{{ lang }}">
|
|
|
|
<h1 id="page-title">Archipelago Guides</h1>
|
|
|
|
<p id="loading">Loading...</p>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|