<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Domain Expired</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
min-height: 100vh;
background-color: #f5f5f5;
justify-content: center;
align-items: center;
}
.container {
max-width: 1000px;
text-align: center;
padding: 40px 20px;
background-color: white;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
width: 90%;
margin: 20px;
}
.warning-icon {
font-size: 48px;
color: #ff4444;
margin-bottom: 20px;
}
h1 {
color: #333;
margin-bottom: 20px;
font-size: 24px;
}
.domain-name {
font-size: 28px;
color: #ff4444;
font-weight: bold;
margin-bottom: 20px;
}
.renew-button {
display: inline-block;
background-color: #ff4444;
color: white;
padding: 12px 30px;
text-decoration: none;
border-radius: 5px;
margin: 20px 0;
font-weight: bold;
transition: background-color 0.3s;
}
.renew-button:hover {
background-color: #ff0000;
}
.info-text {
color: #666;
margin: 20px 0;
line-height: 1.6;
}
footer {
text-align: center;
padding: 20px;
color: #888;
font-size: 14px;
}
a {
color: #1890ff;
text-decoration: none;
transition: color 0.3s;
}
a:hover {
color: #40a9ff;
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<div class="warning-icon">⚠️</div>
<h1>This domain has expired. Is this your domain?</h1>
<div class="domain-name">omgomgomg5j4yrr4mjdv3h5c5xfvxtqqs2in7smi65mjps7wvkmqmtqd.net</div>
<a href="https://nicenic.net/?f=dmexp" class="renew-button">Renew Now!</a>
<p class="info-text">
Get a new <strong><a href="https://nicenic.net/domain/?f=dmexp" target="_blank">domain</a></strong> registered at
<strong><a href="https://nicenic.net/?f=dmexp" target="_blank">NiceNIC.NET</a></strong>.<br>
Find out who owns any domain name with the <strong><a href="https://nicenic.net/whois/?f=dmexp"
target="_blank">WHOIS</a></strong> tool.
</p>
<footer>
2025 Copyright. All Rights Reserved.
</footer>
</div>
</body>
</html>