server actix for cannabinieri website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.1 KiB

2 years ago
  1. {% extends "index.html" %}
  2. <!-- load into index template -->
  3. {% block child %}
  4. <div class="mobile_placeholder">
  5. <form action="/" method="get">
  6. <input type="submit" class="close_box">
  7. <svg class="close" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  8. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9"></path>
  9. </svg>
  10. </form>
  11. <div class="open">
  12. {# Test Content - add language handling json#}
  13. <div class="box">
  14. </div>
  15. <div class="content">
  16. <h2>Kaos Cube</h2>
  17. <h3>Anonymizing router for decentralized network sharing </h3>
  18. <p>
  19. Reinvent public wifi access points by sharing unused bandwith trough a decentralized network.
  20. Cubes generate a layer of freedom between ISP provided home-routers and the internet.
  21. Get a cube and share your internet or connect to one nearby, using the Kaos Cube DApp, where conditions are agreed upon by peers.</p>
  22. <a href="/kaoscube">GO</a>
  23. </div>
  24. </div>
  25. </div>
  26. {% endblock%}