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.
 
 
 

13 lines
395 B

{% extends "base.html" %}
{% block content %}
<div id="mobile_network"></div>
<div id="box" class ="box_off">
<div id ="box_content">
<h1 id ="title">Test</h1>
<p id="description"></p>
<a id="page_link"></a>
</div>
</div>
<script type="module" src="/assets/js/net.js"></script>
<script type="text/javascript" src="/assets/js/d3.v7.min.js"></script>
{% endblock %}