aboutsummaryrefslogtreecommitdiff
path: root/web/ytlist.html
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-07-30 15:59:59 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-07-30 15:59:59 -0500
commit08973c019146710c94b854c79df58eb0836f75d2 (patch)
tree050c857cea1f5f3921105373db9a329c3997210b /web/ytlist.html
parent2356a1b1308a0e8eb2e3066d1fa1720d2cd4f865 (diff)
WEB
- added web front end page
Diffstat (limited to 'web/ytlist.html')
-rw-r--r--web/ytlist.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/web/ytlist.html b/web/ytlist.html
new file mode 100644
index 0000000..02ca50d
--- /dev/null
+++ b/web/ytlist.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <link rel="stylesheet" href="/ytlist/ytlist.css" />
+ </head>
+ <body>
+ <script src='/ytlist/sql-wasm.js'></script>
+ <script src='/ytlist/ytlist.js'></script>
+ <div id="search_box">
+ leave blank for seaching all<br>
+ query: <input id="search_in"></input><br>
+ category
+ <div id="category_box">
+ <input type="radio" name="category_choice" value="ALL" checked> ALL<br>
+ </div>
+ <button onclick="search()">search</button><br>
+ </div>
+ <div id="the_box"></div>
+ </body>
+</html>