Skip to content

Commit

Permalink
Merge pull request #2 from PotatoFi/fix-spelling
Browse files Browse the repository at this point in the history
Fixed spelling error
  • Loading branch information
PotatoFi authored Jul 2, 2024
2 parents 28b6af5 + 0857ecb commit 22917b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
</style>
</head>
<body>
<h1>ExtremeCloud IQ Key Retreiver</h1>
<h1>ExtremeCloud IQ Key Retriever</h1>
<div id="loginContainer">
<form id="loginForm">
<label for="username">Username:</label>
<input type="text" id="username" required /><br /><br />
<label for="password">Password:</label>
<input type="password" id="password" required /><br /><br />
<button type="submit">Retreive API Key</button>
<button type="submit">Retrieve API Key</button>
</form>
</div>
<div id="apiKeyContainer">
Expand Down

0 comments on commit 22917b8

Please sign in to comment.