52 lines
1.4 KiB
HTML
52 lines
1.4 KiB
HTML
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>contribution.usercontent.com - Coming Soon</title>
|
|
<style>
|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
|
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
|
min-height: 100vh;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 20px;
|
|
}
|
|
.container {
|
|
background: white;
|
|
border-radius: 12px;
|
|
padding: 60px 40px;
|
|
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
|
|
text-align: center;
|
|
max-width: 600px;
|
|
}
|
|
h1 {
|
|
color: #333;
|
|
font-size: 2.5em;
|
|
margin-bottom: 20px;
|
|
word-break: break-word;
|
|
}
|
|
p {
|
|
color: #666;
|
|
font-size: 1.2em;
|
|
line-height: 1.6;
|
|
}
|
|
.emoji {
|
|
font-size: 4em;
|
|
margin-bottom: 20px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="emoji">🚀</div>
|
|
<h1>contribution.usercontent.com</h1>
|
|
<p>This domain is coming soon.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|