diff --git a/website/web/templates/country_asn_map.html b/website/web/templates/country_asn_map.html new file mode 100644 index 0000000..2357c1a --- /dev/null +++ b/website/web/templates/country_asn_map.html @@ -0,0 +1,18 @@ + + + {% for date in to_display[0] %} + + {% endfor %} + + {% for line in to_display[1:] %} + + + {% for rank in line[1:] %} + + {% endfor %} + + {% endfor %} +
{{ date }}
{{ line[0] }}{{ rank }}
+ + +