mirror of
https://github.com/pierre42100/AboutComunic
synced 2025-06-20 17:15:19 +00:00
Initial commit
This commit is contained in:
19
_layouts/front.html
Executable file
19
_layouts/front.html
Executable file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
<body id="page-top">
|
||||
{% include nav.html %}
|
||||
{% include header.html %}
|
||||
{% include call-to-action.html %}
|
||||
{% include services.html %}
|
||||
{% include portfolio.html %}
|
||||
{% include feature.html %}
|
||||
{% include quote.html %}
|
||||
{% include aside.html %}
|
||||
{% include contact.html %}
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user