evdekorasyon.xyz Ads.txt file
<br />
<b>Warning</b>: Undefined array key "HTTP_USER_AGENT" in <b>/var/www/21dfa593-2bb0-45d9-a0f0-da4054ab37cc/public_html/index.php</b> on line <b>23</b><br />
<br />
<b>Deprecated</b>: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in <b>/var/www/21dfa593-2bb0-45d9-a0f0-da4054ab37cc/public_html/index.php</b> on line <b>23</b><br />
<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /var/www/21dfa593-2bb0-45d9-a0f0-da4054ab37cc/public_html/index.php:23) in <b>/var/www/21dfa593-2bb0-45d9-a0f0-da4054ab37cc/public_html/index.php</b> on line <b>58</b><br />
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>사이트 로딩중...</title>
<style>
body {
background-color: #f8f8f8;
font-family: 'Arial', sans-serif;
text-align: center;
padding-top: 20%;
}
.loader {
font-size: 2rem;
color: #333;
animation: blink 1.2s infinite;
}
@keyframes blink {
0%, 100% { opacity: 1; }
50% { opacity: 0.3; }
}
</style>
</head>
<body>
<div class="loader">
⏳ 사이트 로딩중...
</div>
</body>
</html>