Nothing
<!--BlogixTheme-->
<!--ThemeName:Blank Message Pure-->
<!--ThemeVersion:1.0-->
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<-HeadMeta->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><-BlogTitle-></title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
min-height: 100vh;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
font-family: 'Vazir', Tahoma, sans-serif;
display: flex;
align-items: center;
justify-content: center;
direction: rtl;
padding: 20px;
}
.center-message {
max-width: 600px;
text-align: center;
background: rgba(255,255,255,0.95);
padding: 40px 30px;
border-radius: 32px;
box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.center-message h1 {
font-size: 28px;
margin-bottom: 20px;
color: #333;
}
.center-message p {
font-size: 18px;
line-height: 1.8;
color: #555;
}
@media (max-width: 600px) {
.center-message { padding: 30px 20px; }
.center-message h1 { font-size: 22px; }
.center-message p { font-size: 16px; }
}
</style>
</head>
<body>
<div class="center-message">
<h1><-BlogTitle-></h1>
<p><-BlogDescription-></p>
<!-- میتوانید متن دلخواه خود را اینجا بنویسید -->
<p style="margin-top: 20px;">به زودی با محتوای تازه برمیگردیم ✨</p>
</div>
<!-- تگ اجباری بلاگیکس (بدون نمایش پست) -->
<BLOGIX style="display: none;"></BLOGIX>
<!-- تگهای پنهان برای سازگاری (اجباری اما بدون خروجی) -->
<div style="display: none;">
<-BlogUrl->
<-BlogFollowLink->
<-CopyrightNotice->
</div>
</body>
</html>