hfbcast 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Title</title>
6
+ <script defer src="demo.js"></script></head>
7
+ <body style="font-family: monospace">
8
+ database url ......... <input value="http://localhost:3333/database.sqlite.gz" style="width:300px"><br>
9
+ min frequency (kHz) .. <input value="0"><br>
10
+ max frequency (kHz) .. <input value="30000"><br><br>
11
+ <button>get broadcasts</button><br>
12
+ </body>
13
+ </html>