]> Untitled Git - public.git/blob - lua/submit.html
Updated readme to use prod compose file
[public.git] / lua / submit.html
1 <html>
2 <head>
3 <title>Public</title>
4 <script>
5 function validate() {
6     return( true );
7 }
8 </script>
9 </head>
10 <body>
11 <form name="get-search-pattern" onsubmit="return(validate());">
12
13 <p>
14 <h3>What do you want me to publish?</h3>
15 <input type="text" name="pattern" />
16 </p>
17
18 <p>
19 <input type="submit" value="submit" />
20 </p>
21
22 </form>
23 </body>
24 </html>