www_projectmycelium_io/poc_threefold/roadmap.html

22 lines
630 B
HTML
Raw Permalink Normal View History

2024-11-08 15:31:50 +00:00
{% include 'components/header.html' %}
<body>
{% include 'components/nav.html' %}
<main>
{% set config = {
2024-11-15 07:49:55 +00:00
"title": "ThreeFold INTERNET ROADMAP",
2024-11-08 15:31:50 +00:00
"subtitle": "Building a decentralized internet, for a better world",
2024-11-15 07:49:55 +00:00
"image": "static/img/questions.png" }
2024-11-08 15:31:50 +00:00
%}
{% include 'components/hero_image.html' %}
{% set config_roadmap = { "name": "threefold/faq_tf", "section_name": "threefold/faq_tf_section" } %}
{% include 'components/roadmap.html' %}
</main>
{% include 'components/footer.html' %}
</body>
</html>