Files
parked.ejbtech.io/index.html
2026-01-24 07:27:11 +00:00

25 lines
709 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>parked.ejbtech.io</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="background-animation"></div>
<main class="content">
<h1>🚗 parked.ejbtech.io</h1>
<p>This domain is currently parked at <strong>ejbtech.io</strong>.</p>
<p>It might be available for a future project or acquisition.</p>
<a href="mailto:admin@ejbtech.io" class="contact-btn">📨 Contact Admin</a>
</main>
<footer>
<p>© 2026 ejbtech.io — All rights reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>