2020-04-23 19:11:23 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/static/css/main.css">
|
2020-05-21 10:18:40 +02:00
|
|
|
<link rel="shortcut icon" type="image/jpg" href="/static/res/favicon.ico"/>
|
|
|
|
<title>Longitude</title>
|
2020-04-23 19:11:23 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2020-05-29 20:30:37 +02:00
|
|
|
<div id=container>
|
2020-04-23 19:11:23 +02:00
|
|
|
{% block content %}{% endblock %}
|
2020-05-29 20:30:37 +02:00
|
|
|
<div id=main>
|
|
|
|
</div>
|
|
|
|
{% include "footer.html" %}
|
|
|
|
</div>
|
2020-04-23 19:11:23 +02:00
|
|
|
|
|
|
|
</body>
|
2020-05-21 10:18:40 +02:00
|
|
|
</html>
|