This commit is contained in:
Dave Syer 2013-08-19 21:45:54 +01:00
parent 6667b4dbd3
commit 4b4b837846

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html"> <html>
<head> <head>
<title>Spring Initializr</title> <title>Spring Initializr</title>
<link rel="stylesheet" <link rel="stylesheet"
@ -53,6 +53,7 @@
${it.name} ${it.name}
</label><% } %> </label><% } %>
<button type="submit" class="btn">Generate</button> <button type="submit" class="btn">Generate</button>
</form>
</div> </div>
</div> </div>
</body> </body>