Skip to content

Commit

Permalink
fsdfsdf
Browse files Browse the repository at this point in the history
  • Loading branch information
LongmetalAdmin committed Feb 26, 2024
1 parent 7944246 commit fb84afb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pages/teamdetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
});
}
</script>



</head>
<body>

Expand All @@ -43,7 +40,7 @@ <h1> Team Details </h1>
<br>

<!-- <div id="team-details"> -->
<form id="dataForm" class="teaminfo">
<!-- <form id="dataForm" class="teaminfo"> -->
<label for="teamname"> Name: </label>
<input type="text" id="teamname" name="teamname">

Expand All @@ -52,7 +49,7 @@ <h1> Team Details </h1>
<label for="teamnumber"> Team Number: </label>
<input type="text" id="teamnumber" name="teamnumber" maxlength="4">


<br>

<label for="teamschool"> Based In: </label>
Expand All @@ -63,7 +60,7 @@ <h1> Team Details </h1>
<label for="moreinfo"> More Info: </label><br>
<textarea id="moreinfo" name="moreinfo" rows="8" cols="50" placeholder="big fat textbox" style="resize: none;"></textarea>

</form>
<!-- </form> -->
<!-- </div> -->

<br>
Expand Down

0 comments on commit fb84afb

Please sign in to comment.