Html download snippet

This commit is contained in:
relikd
2020-09-25 13:35:59 +02:00
parent 69b2875177
commit b9036ec125
4 changed files with 13 additions and 8 deletions

View File

@@ -61,7 +61,7 @@ def gen_html_top_10(path, subset, total, title):
<a class="snd" href="by_name.html">Alphabetical order</a>.
</p>
</div>
<p class="right snd">Download: <a href="data.json" download="domains.json">json</a></p>
{ HTML.p_download_json('data.json', 'domains.json') }
''', title=title)