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

23
poc/index.html Normal file
View File

@@ -0,0 +1,23 @@
{% include 'components/header.html' %}
<body>
{% include 'components/nav.html' %}
<main>
{% include 'components/globe.html' %}
{% set config = {
"title": "THREEFOLD AUTONOMOUS INTERNET.",
"subtitle": "Building a decentralized internet, for a better world..",
"image": "static/cloud_dancing.png" }
%}
{% include 'components/hero_image.html' %}
{% set config = { "name": "threefold/faq_tf", "section_name": "threefold/faq_tf_section" } %}
{% include 'components/faq.html' %}
</main>
{% include 'components/footer.html' %}
{% include 'components/login.html' %}
{% include 'components/signup.html' %}
</body>
</html>