aanavandi.com Ads.txt file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aanavandi.com Shutdown</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Merienda:wght@400&display=swap">
<link rel="shortcut icon" type="image/png" href="https://www.aanavandi.com/assets/images/logo.png"/>
<style>
#shutdown-message {
font-family: 'Merienda', cursive;
font-size: 20px;
}
</style>
</head>
<body>
<div id="shutdown-message"></div>
<script src="/assets/js/typed.umd.js"></script>
<script lang="text/javascript">
document.addEventListener('DOMContentLoaded', function(){
var options = {
strings: [
`Dear Aanavandi.com Community,<br/><br/>After much consideration
we regret to inform you that Aanavandi.com is permanently shutting down.
We appreciate the support and engagement from our users over the years.<br/><br/>
Thank you for being a part of the Aanavandi.com journey ❤️<br/><br/>
Best regards, <br/> Team Aanavandi`
],
typeSpeed: 40,
backSpeed: 0, // Set backSpeed to 0 to disable erasing
showCursor: false,
loop: false,
onComplete: function () {
// Add any additional actions you want to perform after typing completes
}
};
var typed = new Typed('#shutdown-message', options);
});
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"a4f1f5e9fdf94cc091ef11274987da64","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>