Update index.html
This commit is contained in:
95
index.html
95
index.html
@@ -7,6 +7,15 @@
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
</head><!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<title>parked.ejbtech.io – Domain Parked</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
@@ -42,6 +51,92 @@
|
||||
font-size: 1.1rem;
|
||||
margin: 0;
|
||||
}
|
||||
.info-section {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
gap: 1rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
.card {
|
||||
background: #ffffff;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
||||
padding: 1.5rem;
|
||||
max-width: 280px;
|
||||
flex: 1 1 250px;
|
||||
}
|
||||
.card h2 {
|
||||
margin-top: 0;
|
||||
font-size: 1.25rem;
|
||||
color: #102c4d;
|
||||
}
|
||||
.card p {
|
||||
color: #587fa3;
|
||||
font-size: 0.95rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.card a {
|
||||
color: #0a6ee1;
|
||||
text-decoration: none;
|
||||
font-weight: 600;
|
||||
}
|
||||
.card a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<img src="parked_hero.png" alt="Domain Parked Illustration">
|
||||
<h1>Domain Parked</h1>
|
||||
<p>This domain is parked by EJBT Tech.</p>
|
||||
</div>
|
||||
<div class="info-section">
|
||||
<div class="card">
|
||||
<h2>What is a Parked Domain?</h2>
|
||||
<p>A parked domain is a domain name that has been registered but is not yet connected to an active website. It’s reserved for future use or to protect a brand name.</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h2>Why Park a Domain?</h2>
|
||||
<p>Parking a domain ensures it’s owned by you while you develop a website, plan a business, or hold it for sale. It prevents others from registering it.</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h2>Need Support?</h2>
|
||||
<p>Have questions or need help? Visit our support portal or check your domain email.</p>
|
||||
<p><a href="https://ejbtechsupport.com" target="_blank" rel="noopener">EJBT Support</a><br><a href="https://email.ejbtech.io" target="_blank" rel="noopener">Domain Email</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background: linear-gradient(135deg, #f0f8ff, #e2f1ff);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 100vh;
|
||||
}
|
||||
.container {
|
||||
text-align: center;
|
||||
padding: 2rem;
|
||||
}
|
||||
.container img {
|
||||
max-width: 480px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
h1 {
|
||||
margin: 0 0 0.5rem;
|
||||
font-size: 2rem;
|
||||
color: #102c4d;
|
||||
}
|
||||
p {
|
||||
color: #587fa3;
|
||||
font-size: 1.1rem;
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user