<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html;charset=UTF-8"/> <meta name="generator" content="2018.1.0.386"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <link rel="shortcut icon" href="images/favicon.ico"/> <title>League</title> <link rel="stylesheet" type="text/css" href="css/createLeague.css" id="pagesheet"/> <script src='js/createLeague.js'></script> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" /> </head> <body> <div class="wrapper"> <form> <section> <label for="LeagueName" id="name">League Name</label> <input id="LeagueName"> </section> <section> <label>Players (separate the names with commas ',')<label> <textarea></textarea> </section> <button onclick="sendRequest(this.parentNode)">Send</button> </form> </div> </body> </html></html>