summaryrefslogtreecommitdiff
path: root/fe/index.html
blob: 9f3b3f06ef70ea9cb8219921dec275793486d7c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Vite App</title>
  </head>
  <body>
    <form id="play-form" action="./play.html" method="get">
      <label for="name">Name:</label>
      <input type="text" id="username" name="username"><br><br>
      <input type="submit" name="team" value="Green">
      <input type="submit" name="team" value="Purple">
    </form> 
  </body>
</html>