-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
75 changed files
with
2,606 additions
and
2,227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<html lang="en"> | ||
<head> | ||
<title>Procaptcha</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<script type="module" src="https://js.prosopo.io/js/procaptcha.bundle.js" async defer></script> | ||
<style> | ||
div { | ||
padding: 4px; | ||
} | ||
input, button { | ||
padding: 6px 8px; | ||
margin: 4px; | ||
border-radius: 5px; | ||
height: 30px; | ||
border: 1px solid rgb(224, 224, 224); | ||
} | ||
.text-center { | ||
text-align: center; | ||
} | ||
.container: { | ||
display: grid; | ||
} | ||
.row { | ||
display: grid; | ||
grid-template-columns: 1fr; | ||
gap: 10px; | ||
grid-template-areas: "a"; | ||
grid-auto-rows: minmax(20px, auto); | ||
margin-bottom: 20px; | ||
margin-top: 20px; | ||
} | ||
.bg-light { | ||
background-color: rgb(221, 244, 255); | ||
} | ||
.m-auto { | ||
margin: 0 auto; | ||
} | ||
.w-300 { | ||
width: 300px; | ||
} | ||
.text-grey { | ||
color: #666666; | ||
} | ||
|
||
|
||
</style> | ||
</head> | ||
<body> | ||
|
||
<form action="" method="POST"> | ||
|
||
<div class="container bg-light text-grey"> | ||
<div class="row text-center"> | ||
<a class="text-grey" href="https://prosopo.io">Procaptcha Example Android Form</a> | ||
</div> | ||
<div class="row"> | ||
<input type="text" name="email" id="email" placeholder="Email"/> | ||
</div> | ||
<div class="row"> | ||
<input type="password" name="password" id="password" placeholder="Password"/> | ||
</div> | ||
<div class="row"> | ||
<div class="procaptcha w-300 m-auto" | ||
data-sitekey="5FWCbfR7pH9QiZqLgmm5Rw4QbFwyU5EaMqUV4G6xrvrTZDtC" | ||
data-captcha-type="image"></div> | ||
</div> | ||
<div class="row text-center"> | ||
<input type="submit" value="Submit"/> | ||
</div> | ||
</div> | ||
|
||
<br/> | ||
|
||
</form> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
## This file is automatically generated by Android Studio. | ||
# Do not modify this file -- YOUR CHANGES WILL BE ERASED! | ||
# | ||
# This file should *NOT* be checked into Version Control Systems, | ||
## This file must *NOT* be checked into Version Control Systems, | ||
# as it contains information specific to your local configuration. | ||
# | ||
# Location of the SDK. This is only used by Gradle. | ||
# For customization when using a Version Control System, please read the | ||
# header note. | ||
sdk.dir=/home/geopro/Android/Sdk | ||
#Thu Dec 12 13:58:37 GMT 2024 | ||
sdk.dir=/home/chris/Android/Sdk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.