aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default-none.html
blob: 55289c63a3289647451cebbb011dc15fe8690fb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
---
<!DOCTYPE html>
<!-- Alee Productions Website: Made by Alee and licensed with GPL-3.0 -->
<html>

<head>
    {% include header.html %}
</head>

<body class="dark">
    {% include navbar.html %}
    <div class="animsition">
    <div class="container">
    {{ content }}
    </div>
    {% include scripts.html %}
    {% include footer.html %}
    </div>
</body>

</html>