]> Untitled Git - godot-builder.git/blob - hook/build-request.html
Squashed commit of the following:
[godot-builder.git] / hook / build-request.html
1 <html>
2 <head>
3 <title>Snapshot Build Request</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 snapshot URI should I build from?</h3>
15 <input type="text" name="snapshot_uri" />
16 </p>
17
18 <p>
19 <input type="submit" value="submit" />
20 </p>
21
22 </form>
23 </body>
24 </html>