2020-01-25 22:56:59 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
<div class="screen">
|
2021-04-09 21:17:00 +02:00
|
|
|
<!-- effects -->
|
|
|
|
{% include screen-effects.html %}
|
2021-04-09 22:40:11 +02:00
|
|
|
<div class="screen-content">
|
2020-01-25 22:56:59 +01:00
|
|
|
<!-- page content -->
|
2021-07-17 18:00:22 +02:00
|
|
|
{% include header.html %}
|
|
|
|
{% include portal.html %}
|
|
|
|
{% include footer.html %}
|
2020-01-25 22:56:59 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|