This commit is contained in:
2019-09-05 12:26:10 +02:00
parent af1abf51f6
commit 44867bec74
62 changed files with 8127 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
<!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>

2
page/_layouts/style.css Normal file
View File

@@ -0,0 +1,2 @@
{% include css/bootstrap.min.css %}
{% include css/grayscale.css %}