<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport"content="width=device-width, initial-scale=1.0">
<title>ପରଜା ସମାଜ ମାଲକାନଗିରି Notice</title>
<style>
*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif;}
body{
background:#000;
display:flex;justify-content:center;align-items:center;
height:100vh;
padding:20px;
}
/* Notice Box */
.notice{
max-width:700px;
background:rgba(255,255,255,0.12);
backdrop-filter:blur(10px);
padding:30px;
border-radius:20px;
border:2px solid #00aaff;
box-shadow:0 0 10px #00ccff,0 0 20px blue;
color:white;
animation:zoom 3s infinite;
}
/* Title */
.notice h1{
font-size:35px;
text-align:center;
color:#00ccff;
margin-bottom:15px;
text-shadow:2px 2px 5px black,0 0 15px cyan;
}
/* Subtitle */
.notice h2{
font-size:22px;
text-align:center;
color:yellow;
margin-bottom:25px;
}
/* Paragraph */
.notice p{
font-size:20px;
line-height:1.8;
margin-bottom:18px;
text-shadow:1px 1px 3px black;
}
/* Highlight */
.highlight{
color:#00ff99;
font-weight:bold;
}
/* Animation */
@keyframes zoom{
0%{transform:scale(1);}
50%{transform:scale(1.02);}
100%{transform:scale(1);}
}
</style></head>
<body>
<div class="notice">
<h1>ପରଜା ସମାଜ ମାଲକାନଗିରି</h1>
<h2>Notice Publication On The Day</h2>
<p>ଯେଉଁମାନେ ଆଧାର କାର୍ଡ ଦେଇନାହାନ୍ତିସେମାନେ ଯଥାଶୀଘ୍ର ଅଫିସରେଜମା କରନ୍ତୁ। ଶୀଘ୍ର upload ହେଲେକାର୍ଯ୍ୟକାରୀ ହେବ।</p>
<p>ଯଦି କେହି ଜାଣିଶୁଣି ଠକାମିରେଶିକାର ହେବେ, ଶେଷରେ ସମାଜକତୃପକ୍ଷ ଭୁଜିବେ ନାହିଁ।</p>
<p>ଯଦି କାହାରି କିଛି ଭୁଲ ଅଛି,<span class="highlight">Report</span>ରେ click କରି report କରନ୍ତୁ।ପୁନର୍ବାର ଠିକ କରାଯିବ।</p>
<p>ପ୍ରାୟ କିଛି ସମୟ ପାଇଁ ମୋବାଇଲଆପ୍ଲିକେସନ ବନ୍ଦ ରହିବ।Update ଚାଲିଛି। ପୁନର୍ବାରଚାଲୁ ହେବ।</p>
<p>କୌଣସି ନିର୍ଦ୍ଦିଷ୍ଟ ସମୟ ସୀମା ନାହିଁ।ଅଧିକ ତଥ୍ୟ ପାଇଁ<span class="highlight">Service Centre</span>ସହିତ Message ବା Support Message କରନ୍ତୁ।</p>
<p style="text-align:center;font-size:24px;color:yellow;">
ଧନ୍ୟବାଦ 🙏
</p>
</div>
</body></html>