You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
468 B
HTML
15 lines
468 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block main %}
|
|
<div class="content_container">
|
|
<h1 class="page-header">About</h1>
|
|
<div style="max-width: 900px;">
|
|
<p>This webpage is part of the projekt Hunting Mosquitos by Angeliki Diakrousi</p>
|
|
<p>
|
|
The site is running on a flask instance, storing data in a SQLite database. The location is tracked using the geolocation API. Audio is recorded through the WebAudio API.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|