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.

12 lines
395 B

2 years ago
  1. {% extends "base.html" %}
  2. {% block content %}
  3. <div id="mobile_network"></div>
  4. <div id="box" class ="box_off">
  5. <div id ="box_content">
  6. <h1 id ="title">Test</h1>
  7. <p id="description"></p>
  8. <a id="page_link"></a>
  9. </div>
  10. </div>
  11. <script type="module" src="/assets/js/net.js"></script>
  12. <script type="text/javascript" src="/assets/js/d3.v7.min.js"></script>
  13. {% endblock %}