Change index.html title to VPK Builder
[app-web-vpkbuilder.git] / index.html
index f049a85edc5317d0e20e4acc83b16ad60762ec24..a9bd625e0f515f92cf4a835d76b1b16b18a9b789 100644 (file)
@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<title>Title</title>
+<title>VPK Builder</title>
 <meta charset="utf-8">
 <link rel="stylesheet" href="/static/index.css">
 
 <h1>Select package components</h1>
-<form action="/makepkg">
+<form action="/makepkg" method="POST">
 <div id="list"></div>
 <input type="submit" value="Make package">
 </form>
This page took 0.009321 seconds and 4 git commands to generate.