www_projectmycelium_io/poc_threefold/index.html

24 lines
726 B
HTML
Raw Normal View History

2024-11-08 15:31:50 +00:00
{% include 'components/header.html' %}
<body>
{% include 'components/nav.html' %}
<main>
{% include 'components/globe.html' %}
{% set config = {
2024-11-15 07:49:55 +00:00
"title": "THREEFOLD AUTONOMOUS INTERNET.",
"subtitle": "Building a decentralized internet.",
"image": "static/img/wave.png" }
2024-11-08 15:31:50 +00:00
%}
{% include 'components/hero_image.html' %}
2024-11-15 07:49:55 +00:00
{% set config = { "name": "threefold/faq_tf", "section_name": "threefold/faq_tf_intro" } %}
2024-11-08 15:31:50 +00:00
{% include 'components/faq.html' %}
</main>
{% include 'components/footer.html' %}
{% include 'components/login.html' %}
{% include 'components/signup.html' %}
</body>
</html>