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
2 years ago
2 years ago
2 years ago
2 years ago
  1. {% extends "index.html" %}
  2. {% block child %}
  3. <div class="mobile_placeholder">
  4. <form action="/" method="get">
  5. <input type="submit" class="close_box">
  6. <svg class="close" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  7. <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>
  8. </svg>
  9. </form>
  10. <div class="open">
  11. <div class="box">
  12. </div>
  13. <div class="content" id="larger">
  14. <h2 id="small">Solar Miner</h2>
  15. <h3>Solar-powered Crypto Mining System shaping a green future</h3>
  16. <p>
  17. Sustain energy needs, reduce energy waste in mining and use surplus solar power to build a decentralized and green future.
  18. The Solar Miner system transmits redundant energy to power a ready-to-use mining rig.
  19. Rewards are split between a local wallet and that of a solarpunk project of choice.
  20. </p>
  21. <a href="/solar-miner">GO</a>
  22. </div>
  23. </div>
  24. </div>
  25. {% endblock%}