hepguncel.com Ads.txt file
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hepyek</title>
<link rel="icon" href="images/favicon.png" type="image/png">
<link href="./output.css" rel="stylesheet">
<link rel="manifest" href="manifest.json">
<!-- iOS-specific meta tags -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Hepyek">
<link rel="apple-touch-icon" href="images/favicon.png">
</head>
<body class="h-screen w-screen bg-cover bg-center bg-no-repeat" style=" margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
background: url('images/background.png') no-repeat center center fixed;
background-size: cover;
/* Respect the safe area */
padding-top: env(safe-area-inset-top);
padding-bottom: env(safe-area-inset-bottom);
padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right);
box-sizing: border-box;">
<!-- Desktop -->
<div class="hidden md:flex max-h-screen flex-row items-center justify-center text-center px-4 ">
<div class="text-left p-10 ml-20 ">
<div class="my-10">
<img src="images/logo.png" alt="logo" class="h-8">
</div>
<!-- Title Section -->
<div class="text-white mb-6">
<h1 class="text-3xl ">HEPYEK UYGULAMASI İLE</h1>
<h2 class="text-7xl font-extrabold text-red-600 mt-2">İŞLEMLER DAHA HIZLI!</h2>
<p class="text-lg font-medium mt-4">EN GÜNCEL ADRESE TEK TIKLA GİRİŞ YAP VE OYUNLARINA ANINDA BAŞLA.</p>
</div>
<!-- App Store Links -->
<!-- <div class="mt-8 flex space-x-4">
<a href="https://cutt.ly/hy_app" target="_blank">
<img src="images/apple.png" alt="App Store" class="h-12">
</a>
<a href="https://cutt.ly/hy_app" target="_blank">
<img src="images/android.png" alt="Google Play" class="h-12">
</a>
</div> -->
</div>
<div class=" flex h-screen items-center justify-center">
<!-- Device Image Section -->
<img src="images/devices.png" alt="devices">
</div>
</div>
<!-- Mobile -->
<div class="md:hidden flex h-screen flex-col items-center justify-center text-center px-4 ">
<div class=" flex h-screen items-center justify-center mt-20 mx-24 ">
<!-- Device Image Section -->
<img src="images/devices.png" alt="devices">
</div>
<div class="my-10">
<img src="images/logo.png" alt="logo" class="h-8">
</div>
<div class="text-left mt-10 mx-12 ">
<!-- Title Section -->
<div class="text-white mb-20">
<h1 class="text-2xl ">HEPYEK UYGULAMASI İLE</h1>
<h2 class="text-5xl font-extrabold text-red-600 mt-2">İŞLEMLER DAHA HIZLI!</h2>
<p class="text-lg font-medium mt-4">EN GÜNCEL ADRESE TEK TIKLA GİRİŞ YAP VE OYUNLARINA ANINDA BAŞLA.</p>
</div>
<!-- App Store Links -->
<!-- <div class="mt-8 flex space-x-10">
<a href="https://cutt.ly/hy_app" target="_blank">
<img src="images/apple.png" alt="App Store" class="max-h-12">
</a>
<a href="https://cutt.ly/hy_app" target="_blank">
<img src="images/android.png" alt="Google Play" class="max-h-12">
</a>
</div> -->
</div>
</div>
<script>
document.addEventListener('DOMContentLoaded', () => {
// Detect if the app is running in standalone mode
const isStandalone = window.matchMedia('(display-mode: standalone)').matches || window.navigator.standalone;
if (isStandalone) {
// Redirect to a different URL when running as a PWA
window.location.href = 'https://cutt.ly/hy_app'; // Replace with your desired URL
} else {
console.log('App is running in a browser, no redirection performed.');
}
});
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('./service-worker.js').then(() => {
console.log('Service Worker registered successfully');
}).catch(error => {
console.error('Service Worker registration failed:', error);
});
}
</script>
<script type="text/javascript">var addToHomeConfig = { expire: 0, lifespan: 60000, message: "tr_tr" };</script>
<script type="text/javascript" src="add2home.js" charset="utf-8"></script>
<link rel="stylesheet" href="add2home.css" />
<script>
if ((/iphone|ipod|ipad/gi).test(navigator.platform)) { if (navigator.standalone) { gtag('event', 'standalone'); setTimeout(function () { window.location = 'https://cutt.ly/640308-app'; }, 800) } }
</script>
</body>
</html>