Files
powerfulcomputermanager/page/_layouts/default.html
2019-09-05 12:26:10 +02:00

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>