Skip to content

Commit

Permalink
the css when the
Browse files Browse the repository at this point in the history
  • Loading branch information
wish13yt committed Jan 15, 2025
1 parent 0a19fc5 commit 9002b7c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/pages/auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
padding: 22.4em;
height: 50%;
}
#key {
height: 200px;
width: 500px;
}
#submit {
height: 200px;
}
</style>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand All @@ -33,9 +40,9 @@ <h1>🫱🔒🫲</h1>
<h3>Secure. This is only stored in your browser and api_key.json</h3>
<form>
<input type="text" id="key" name="key">
<input type="submit" value="Submit">
<input type="submit" value="Submit" id="submit">
</form>
<footer><small>Freakybob Team is not associated with Google, Google Safe Browsing, or any other entities mentioned. Any trademarked products mentioned are owned by their companies, not us.</small></footer>
<footer><small>Freakybob Team is not associated with Google, Google Safe Browsing, or any other entities mentioned. Any trademarked products mentioned are owned by their companies, not us. Emojis are using your Emoji pack, and are not owned by us.</small></footer>
</div>
<!-- this'll have to interact with freakybrowse somehow, idk tho /shrug
i def feel like its possible -->
Expand Down

0 comments on commit 9002b7c

Please sign in to comment.