⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.148
Server IP:
63.250.38.6
Server:
Linux premium90.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
nnvixbtb
/
reaantispam.nnvirgo.com
/
View File Name :
Signup.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Signup - REA Antispam API</title> <link rel="stylesheet" type="text/css" href="css/style.css"> </head> <body> <header> <nav> <ul> <li><a href="index.html">Home</a></li> <li><a href="Features.html">Features</a></li> <li><a href="Pricing.html">Pricing</a></li> <li><a href="Documentation.html">Documentation</a></li> <li><a href="Contact.html">Contact</a></li> <li><a href="About.html">About</a></li> <li><a href="Signupfr.html" class="language-button">FR</a></li> </ul> </nav> </header> <main> <section id="hero"> <div class="hero-container"> <h1>Create an Account</h1> </div> </section> <section class="container"> <form action="Signup_confirmation.html" method="post"> <label for="name">Name:</label> <input type="text" id="name" name="name" required> <label for="email">Email:</label> <input type="email" id="email" name="email" required> <label for="password">Password:</label> <input type="password" id="password" name="password" required> <br><br> <label for="confirm-password">Confirm Password:</label> <input type="password" id="confirm-password" name="confirm-password" required> <button type="submit">Sign Up</button> </form> </section> </main> <footer> <p>© 2023 REA Antispam API. All rights reserved.</p> </footer> </body> </html>