mirror of
https://github.com/pierre42100/AboutComunic
synced 2024-11-14 17:41:14 +00:00
18 lines
332 B
HTML
18 lines
332 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
{% include head.html %}
|
|
|
|
<body id="page-top">
|
|
{% include nav.html %}
|
|
{% include portfolio.html %}
|
|
{% include header.html %}
|
|
{% include call-to-action.html %}
|
|
{% include services.html %}
|
|
{% include aside.html %}
|
|
{% include contact.html %}
|
|
{% include scripts.html %}
|
|
</body>
|
|
|
|
</html>
|