mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-25 03:56:07 -05:00
Add basic webpage template
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
23
client/index.html
Normal file
23
client/index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Libre Captcha</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>Libre Captcha</h1><hr>
|
||||
<h2>Open Source solution to Captchas</h2>
|
||||
<h3>v0.2 (Beta)</h3>
|
||||
</div>
|
||||
<div class="form">
|
||||
<input type="text" id="email" placeholder="email">
|
||||
<input type="button" id="reg-btn" value="Register">
|
||||
<!-- <p id="token"></p> -->
|
||||
</div>
|
||||
<div class="secret">
|
||||
<h4 id="token"></h4>
|
||||
</div>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user