17 lines
330 B
HTML
17 lines
330 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{% include head.html %}
|
|
<body>
|
|
<div class="screen">
|
|
<!-- effects -->
|
|
{% include screen-effects.html %}
|
|
<div class="screen-content">
|
|
<!-- page content -->
|
|
{% include header.html %}
|
|
{% include portal.html %}
|
|
{% include footer.html %}
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|