bot.benharr.is/_layouts/front.html

18 lines
306 B
HTML

<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body id="page-top">
{% include nav.html %}
{% include header.html %}
{% include services.html %}
{% include portfolio.html %}
{% include call-to-action.html %}
{% include contact.html %}
{% include scripts.html %}
</body>
</html>