mirror of
https://gitlab.com/JKANetwork/powerfulcomputermanager.git
synced 2026-03-04 01:19:58 +01:00
14 lines
377 B
HTML
14 lines
377 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
{% include head.html %}
|
|
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
|
|
{% include nav.html %}
|
|
{% include header.html %}
|
|
{% include about.html %}
|
|
{% include download.html %}
|
|
{% include contact.html %}
|
|
{% include map.html %}
|
|
{% include footer.html %}
|
|
{% include js.html %}
|
|
</body>
|
|
</html> |