Files
NightSpire/home/templates/maintenance/maintenance.html
T
2024-12-29 03:11:45 +05:30

9 lines
287 B
HTML

<!DOCTYPE html>
{% include 'partials/head.html' %}
{% include 'partials/header.html' %}
{% include 'partials/video.html' %}
{% include 'partials/maintenance.html' %}
{% include 'partials/social.html' %}
{% include 'partials/footer.html' %}
{% include 'partials/final.html' %}