This commit is contained in:
2024-11-08 18:31:50 +03:00
parent c65caa5bcc
commit aa84cc8793
40 changed files with 3655 additions and 0 deletions

9
poc/page1.html Normal file
View File

@@ -0,0 +1,9 @@
{% include 'components/header.html' %}
<body>
{% include 'components/nav.html' %}
<main>
{% include 'components/hero1.html' %}
</main>
{% include 'components/footer.html' %}
</body>
</html>