Files
jef-sachsen.de/_layouts/default.html
Felix Förtsch 5051681536 add basic website
2018-05-01 22:27:02 +02:00

14 lines
350 B
HTML
Executable File

<!DOCTYPE html>
<html>
{% include head.html %}
<body id="page-top" class="index">
{% include nav.html %}
{% include header.html %}
{% include portfolio_grid.html %}
{% include about.html %}
{% include contact.html %}
{% include footer.html %}
{% include modals.html %}
{% include js.html %}
</body>
</html>