mirror of
https://github.com/pierre42100/AboutComunic
synced 2024-11-14 17:41:14 +00:00
31 lines
516 B
HTML
Executable File
31 lines
516 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
{% include head.html %}
|
|
|
|
<body id="page-top">
|
|
<!-- Navbar -->
|
|
{% include nav.html %}
|
|
|
|
<!-- Main home block page -->
|
|
{% include header.html %}
|
|
|
|
<!-- Link to web app / android app -->
|
|
{% include call-to-action.html %}
|
|
|
|
<!-- Comunic features -->
|
|
{% include services.html %}
|
|
|
|
<!-- Quote -->
|
|
{% include quote.html %}
|
|
|
|
<!-- Other features link -->
|
|
{% include feature.html %}
|
|
|
|
{% include aside.html %}
|
|
{% include contact.html %}
|
|
{% include scripts.html %}
|
|
</body>
|
|
|
|
</html>
|