PATH:
home
/
lab2454c
/
highnetrock.com
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <meta name="description" content="" /> <meta name="author" content="" /> <title>HighNetRock | Index</title> <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet"> <style> body{font-family:"Oswald", sans-serif;} p{font-family:"Inter", sans-serif;} .form__control{height:30px; border:0; background-color:#f0e5c5; font-size:16px; padding:10px 15px; width:100%; font-family:"Inter", sans-serif; box-shadow:none; color:#000;} .submit__btn{background-color:#b08d15; border:0; border-radius:0; color:#000; font-size:20px; text-transform:uppercase; width:250px; font-family:"Oswald", sans-serif;} .form__control:focus{box-shadow:none; outline:0;} </style> </head> <body style="margin:0px; padding:0px;"> <img src="logo.png" alt="" style="margin:50px auto; display:block; width:380px;" /> <!--<h1 style="color:#000; font-size:50px; text-transform:uppercase; text-align:center; display:block; border-top:1px solid #ddd; padding:20px 20px 0;">Coming Soon</h1>--> <?php if (isset($_GET['status'])): ?> <?php if ($_GET['status'] === 'success'): ?> <p style="color:green; text-align: center;">✅ Message sent successfully!</p> <?php elseif ($_GET['status'] === 'error'): ?> <p style="color:red; text-align: center;">❌ Message failed: <?= htmlspecialchars($_GET['msg']) ?></p> <?php elseif ($_GET['status'] === 'invalid'): ?> <p style="color:orange; text-align: center;">⚠️ Invalid request.</p> <?php endif; ?> <?php endif; ?> <div style="height:100%; display:flex; background-color:#000;"> <img src="landing-page.png" alt="" style="max-width:100%; width:100%; height:100%;" /> </div> <div style="background-color:#010812; margin-top:-30px; min-height:600px; display:flex; flex-direction:column; justify-content:center; align-items:center;"> <h2 style="color:#b08d15; font-size:40px; text-transform:uppercase; text-align:center; display:block; padding:0px 20px 0;">ELEVATED WEALTH.<br/> EXTRAORDINARY MEMBERSHIP. </h2> <p style="color:#fff; font-size:20px; text-align:center; display:block; padding:0; margin:0;">Sign up for HighNetRock membership and access<br/> an exclusive suite of wealth solutions for HNWIs.</p> <form method="POST" action="sendmail.php"> <div style="display:flex; column-gap:30px; max-width:640px; width:100%; padding:40px 20px 0;"> <input required class="form__control" type="text" name="email" placeholder="Enter your email"> <button class="submit__btn" style="cursor: pointer" type="submit">Submit</button> </div> </form> </div> <div style="display:flex; justify-content:center; padding:020px;"> <p style="color:#000; font-size:14px; text-transform:uppercase; text-align:center; display:block; padding:0;">© 2025 HighNetRock. All rights reserved.</p> </div> </body> </html>
[-] composer.lock
[edit]
[-] composer.json
[edit]
[-] logo.png
[edit]
[-] sendmail.php
[edit]
[-] index.php
[edit]
[+]
..
[-] wp-blog-header.php
[edit]
[-] whsy.php
[edit]
[+]
cgi-bin
[-] landing-page.zip
[edit]
[+]
vendor
[-] vendor.zip
[edit]
[-] .htaccess
[edit]
[-] landing-page.png
[edit]
[+]
.well-known
[-] wp-cron.php
[edit]