Subject: Mia
Status: Under Investigation
Risk Level: Increasing


This file was not meant to be opened.
But the universe has been suspicious lately.

<audio autoplay="" loop="">
<source src="https://yemyothantymt-kbnex.wordpress.com/wp-content/uploads/2026/03/music.mp3" type="audio/mpeg">
</audio>
Classified File body { margin: 0; font-family: ‘Georgia’, serif; background: linear-gradient(to bottom, #fff0f3, #ffe6e0); color: #5a4a42; overflow: hidden; } /* Pages */ .page { position: absolute; width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; text-align: center; padding: 40px; box-sizing: border-box; opacity: 0; transform: translateX(100%); transition: 1s ease; } .page.active { opacity: 1; transform: translateX(0); } .content { max-width: 750px; } h1 { font-size: 32px; margin-bottom: 20px; } p { font-size: 18px; line-height: 1.8; white-space: pre-line; } button { margin-top: 25px; padding: 12px 26px; font-size: 16px; border-radius: 30px; border: none; background-color: #f4978e; color: white; cursor: pointer; transition: 0.3s; } button:hover { transform: scale(1.1); background-color: #e57c70; } /* Floating hearts */ .heart { position: fixed; width: 12px; height: 12px; transform: rotate(45deg); animation: floatHeart linear infinite; opacity: 0.75; z-index: -1; } .heart::before, .heart::after { content: ”; position: absolute; width: 12px; height: 12px; background: inherit; border-radius: 50%; } .heart::before { top: -6px; left: 0; } .heart::after { left: 6px; top: 0; } @keyframes floatHeart { 0% { transform: translateY(100vh) rotate(45deg); opacity: 0.8; } 100% { transform: translateY(-10vh) rotate(45deg); opacity: 0; } } /* Sparkles */ .sparkle { position: fixed; width: 4px; height: 4px; background: white; border-radius: 50%; animation: sparkle 2s infinite ease-in-out; opacity: 0.6; z-index: -1; } @keyframes sparkle { 0%,100% { opacity: 0.4; transform: scale(1); } 50% { opacity: 1; transform: scale(1.6); } }

🔐 Classified File

Subject: Mia Status: Under Investigation Risk Level: Increasing This file was not meant to be opened. But the universe has been suspicious lately.

Chapter One: The Beginning

Location: Yankin House. You — You were wearing black sport suit. Hair tied back. At that time? I was calm. Not interested yet. Then someone said your name was Mia. And that caught my attention. I don’t know many people with that name. To me, its rare. It feels special. So when I realized there was another Mia — you I don’t know why… but something shifted. It made me look at you twice. ————————— After some days, you appeared again. Same place. That’s when I started noticing. Then one random day — I was scrolling. Facebook? TikTok? Instagram? I still don’t know. But there you were. Dancing. Laughing. with your friends And I never found that video again. That might have been the first shift.

Chapter Two: When It Grew

After Yankin House — your family restaurant. Somehow we always ended up at the table with our other friends. And my interest started growing quietly. Then came the Onion Sour Sauce Incident. My friends planned a heist. I panicked. I texted you to apologize. When you said it was okay… I realized I cared too much about what you thought. That same night you were preparing for Da Nang. I went to Boracay. Different beaches. But I was thinking about you there. Which is not normal behavior. I didn’t randomly bring you a gift. I chose it intentionally. By then… this was already serious.

Chapter Three: The Truth

On Valentine’s Day, I asked you for chocolate. But what you didn’t see was how much I had prepared that day. That wasn’t casual. That was me trying to understand my feelings. I even asked my friend to arrange a meetup. Not to impress you. But to confirm something. And after that… I stopped pretending it was random. It didn’t happen suddenly. It happened in pieces. And somewhere between Yankin House, a disappearing dance video, late-night dinners, and stolen onion sauce. I started liking you. Not loudly. Not dramatically. Just sincerely. I don’t want to accidentally keep meeting you. I’d like to take you out properly. Just us. If you’re comfortable. If you’re curious. If you feel even a little bit of what I feel. Would you go on a date with me?

Mia သိလား အစ်ကိုက programming မသိတော့ ဒီအထိရောက်ဖို့တောင် တော်တော်လုပ်လိုက်ရတယ် လှမယ်ထင်လို့သာ အဲ့ button ထည့်လိုက်တာ ဘယ်ဖက်ရွေးလိုက််လား ညာဖက် button ရွေးလိုက်လား စာလေး ပြန်ပို့ပေးပါလား 😬

function nextPage(pageNumber){ document.querySelectorAll(‘.page’).forEach(p=>p.classList.remove(‘active’)); document.getElementById(‘page’+pageNumber).classList.add(‘active’); } function yes(){ alert(“That makes me really happy. I promise it will be worth it.”); } document.getElementById(“convinceBtn”).onmouseover = function(){ this.style.position = “relative”; this.style.left = (Math.random()*100-50)+”px”; this.style.top = (Math.random()*30-15)+”px”; }; document.getElementById(“convinceBtn”).onclick = function(){ alert(“I’ll personally return the onion sauce 😂 and promise you no more sauce crime. I will plan better. “); }; // Floating hearts for(let i=0;i0.5?”red”:”#f8b2b2″; heart.style.width=heart.style.height=(8+Math.random()*12)+”px”; heart.style.animationDuration=(8+Math.random()*12)+”s”; document.body.appendChild(heart); } // Sparkles for(let i=0;i<30;i++){ let sparkle=document.createElement("div"); sparkle.className="sparkle"; sparkle.style.left=Math.random()*100+"vw"; sparkle.style.top=Math.random()*100+"vh"; sparkle.style.width=sparkle.style.height=(2+Math.random()*4)+"px"; document.body.appendChild(sparkle); }