igdb/code/app/templates/index.html

7 lines
277 B
HTML
Raw Normal View History

2020-01-08 05:51:10 +01:00
{% extends "base.html" %}
{% block content %}
<h1>IGDB: International Glacier Database</h1>
The IGDB is a database, that uses data from the <a href="https://dx.doi.org/10.5904/wgms-fog-2019-12">WGMS</a> to illustrate the consequences of climate change.
2020-01-08 05:51:10 +01:00
{% endblock %}