Netlify
tcp/443 tcp/80
nginx
tcp/80
Open service 75.2.60.5:80 · sammyplay.fun
2026-01-12 21:53
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Mon, 12 Jan 2026 21:54:00 GMT Location: https://sammyplay.fun/ Server: Netlify X-Nf-Request-Id: 01KET377EBF5WRFKHGM276YXXR Content-Length: 37 Connection: close Redirecting to https://sammyplay.fun/
Open service 75.2.60.5:443 · sammyplay.fun
2026-01-12 21:53
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 3
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 5689
Content-Type: text/html; charset=UTF-8
Date: Mon, 12 Jan 2026 21:53:52 GMT
Etag: "9c150ac6a57d381b503d11426f5e0a1c-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KET36ZC4H8TGX5P3ZG6KA7R3
Connection: close
Page title: Sammy
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Sammy - Closer than you think">
<title>Sammy</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script>
// Критически важные функции - должны быть доступны сразу для onclick
function handleAgeClick() {
try {
console.log('handleAgeClick called');
localStorage.setItem('ageVerified', 'true');
const ageVerification = document.getElementById('ageVerification');
const mainContent = document.getElementById('mainContent');
if (ageVerification) {
ageVerification.style.display = 'none';
ageVerification.classList.add('hidden');
}
if (mainContent) {
mainContent.style.display = 'block';
console.log('mainContent displayed');
// Запускаем вопросы после показа контента
setTimeout(() => {
console.log('Checking for startQuestions...', typeof window.startQuestions);
if (window.startQuestions) {
console.log('Calling window.startQuestions from handleAgeClick');
window.startQuestions();
} else {
console.log('startQuestions not available yet, will be called by observer');
// Пробуем еще раз через секунду
setTimeout(() => {
if (window.startQuestions) {
console.log('Calling window.startQuestions (retry)');
window.startQuestions();
}
}, 1000);
}
}, 500);
}
} catch (error) {
console.error('Error in handleAgeClick:', error);
alert('An error occurred. Please refresh the page.');
}
}
function handleAgeNo() {
alert('Sorry, access to this website is restricted to persons 18 years or older.');
window.location.href = 'https://www.google.com';
}
</script>
<script src="script.js" defer></script>
</head>
<body>
<!-- Age Verification Modal -->
<div id="ageVerification" class="age-verification">
<div class="age-verification-content">
<h2>18+</h2>
<p class="age-question">Are you 18 years or older?</p>
<p class="age-warning">This website contains adult content. By entering, you confirm that you are of legal age and agree to view explicit material.</p>
<div class="age-buttons">
<button id="ageYes" class="age-btn age-btn-yes" onclick="handleAgeClick()">Yes, I am 18+</button>
<button id="ageNo" class="age-btn age-btn-no" onclick="handleAgeNo()">No, I am under 18</button>
</div>
</div>
</div>
<!-- Main Content -->
<div id="mainContent" style="display: none;">
<!-- Video Background -->
<video class="bg-video bg-video-mobile" autoplay loop muted playsinline>
<source src="Sammy.mp4" type="video/mp4">
</video>
<video class="bg-video bg-video-desktop" autoplay loop muted playsinline>
<source src="SammyLoptop.mp4" type="video/mp4">
</video>
<!-- Overlay Gradient -->
<div class="overlay"></div>
Open service 99.83.190.102:80 · sammyplay.fun
2026-01-12 21:53
HTTP/1.1 301 Moved Permanently Server: nginx Date: Mon, 12 Jan 2026 21:53:51 GMT Content-Type: text/html Content-Length: 162 Connection: close Location: https://sammyplay.fun/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>