Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmaddox committed Jan 2, 2024
1 parent 92a9d65 commit 47826b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<head>
<playerPassword = escape(socket.handshake.query.password);head>
<title>Flappy Bird Online</title>
<link rel="shortcut icon" href="/assets/favicon.gif" type="image/gif">
<style>
Expand Down Expand Up @@ -97,9 +97,9 @@ <h4>Current players online: <span id="players-online"></span></h4>
</div>

<div class="form-group row">
<label for="password-tag" class="col-xs-12 col-md-2 col-form-label">Name</label>
<label for="password-tag" class="col-xs-12 col-md-2 col-form-label">Access Code</label>
<div class="col-xs-12 col-md-10">
<input id="password-tag" class="form-control" type="text" placeholder="e.g. TheLegend27">
<input id="password-tag" class="form-control" type="text" placeholder="e.g. abc123">
<small class="form-text text-muted-grey">The secret field for your access code.</small>
</div>
</div>
Expand Down

0 comments on commit 47826b1

Please sign in to comment.