|
Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/laciasmara.com/public_html/shop/application/views/ |
Upload File : |
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Laciasmara | 404 Not Found</title>
<meta name="description" content="Maaf, halaman yang Kamu cari tidak tersedia. Jelajahi dunia penuh kenikmatan yang menyenangkan di Laci Asmara – piranti asmara yang dikurasi khusus untuk membuat momen intim lebih berwarna. Aman, nyaman, menyenangkan, dan penuh privasi. Dapatkan penawaran eksklusif hari ini!">
<meta name="keywords" content="laci asmara, laciasmara, 404, halaman tidak ditemukan, mainan dewasa">
<meta name="robots" content="noindex, follow">
<meta property="og:title" content="Laciasmara | 404 Not Found">
<meta property="og:description" content="Maaf, halaman yang Kamu cari tidak tersedia. Jelajahi dunia penuh kenikmatan yang menyenangkan di Laci Asmara">
<meta property="og:type" content="website">
<link rel="icon" type="image/png" href="https://storage.googleapis.com/laciasmara-photos/laciaasmara_assets/laciasmara_icon/favicon.png">
<script src="https://cdn.tailwindcss.com"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');
body {
margin: 0;
font-family: 'Open Sans', sans-serif;
-webkit-tap-highlight-color: transparent;
}
@media (max-width: 640px) {
.mobile-container {
padding: 20px;
}
.mobile-illustration {
height: 200px !important;
}
.mobile-heading {
font-size: 2rem !important;
}
.mobile-description {
font-size: 0.95rem;
}
.mobile-buttons {
flex-direction: column;
gap: 1rem;
}
.mobile-buttons a {
width: 100%;
text-align: center;
}
}
.custom-primary-btn {
background-color: #7A4397;
transition: all 0.3s ease;
}
.custom-primary-btn:hover {
background-color: #61357a;
transform: translateY(-2px);
box-shadow: 0 4px 6px rgba(122, 67, 151, 0.3);
}
.custom-primary-btn:active {
background-color: #4d2a61;
transform: translateY(1px);
box-shadow: 0 2px 4px rgba(122, 67, 151, 0.2);
}
.custom-secondary-btn {
background-color: #4CAF50;
transition: all 0.3s ease;
}
.custom-secondary-btn:hover {
background-color: #45a049;
transform: translateY(-2px);
box-shadow: 0 4px 6px rgba(76, 175, 80, 0.3);
}
.custom-secondary-btn:active {
background-color: #3d8b40;
transform: translateY(1px);
box-shadow: 0 2px 4px rgba(76, 175, 80, 0.2);
}
a {
text-decoration: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
}
</style>
</head>
<body class="bg-gray-50 flex items-center justify-center min-h-screen">
<div class="container mx-auto px-4 text-center mobile-container">
<div class="max-w-xl mx-auto">
<img
src="https://storage.googleapis.com/laciasmara-photos/laciaasmara_assets/laciasmara_404/undraw_page_not_found_re_e9o6.svg"
alt="Page not found"
class="mx-auto mb-8 max-w-full h-64 object-contain mobile-illustration">
<h1 class="text-4xl font-bold text-gray-800 mb-4 mobile-heading"><?= ucfirst(lang('error_page_title')); ?></h1>
<p class="text-gray-600 mb-6 mobile-description">
<?= ucfirst(lang('error_page_message')); ?>
</p>
<div class="flex sm:flex-row justify-center gap-4 mb-8 mobile-buttons">
<a class="custom-primary-btn text-white px-6 py-3 rounded-lg inline-block">
<?= ucfirst(lang('error_page_back_home')); ?>
</a>
<!-- <a class="custom-secondary-btn text-white px-6 py-3 rounded-lg inline-block">
<?= ucfirst(lang('error_page_visit_tokopedia')); ?>
</a> -->
</div>
<div class="text-sm text-gray-500">
<?= ucfirst(lang('error_page_contact_support')); ?>
<a id="whatsappButton" class="text-blue-600 hover:underline">WhatsApp</a>
</div>
</div>
</div>
<script>
document.addEventListener('DOMContentLoaded', function() {
function navigateToHome() {
window.location.href = 'https://www.laciasmara.com/shop';
}
function openTokopedia() {
window.open('https://www.tokopedia.com/laciasmaraofficial', '_blank');
}
function openWhatsApp() {
window.open('https://api.whatsapp.com/send?phone=628114715626&text=Halo%20Asmin!', '_blank');
}
const homeButton = document.querySelector('a:nth-child(1)');
// const tokopediaButton = document.querySelector('a:nth-child(2)');
const whatsappLink = document.getElementById('whatsappButton');
homeButton.addEventListener('click', navigateToHome);
// tokopediaButton.addEventListener('click', openTokopedia);
whatsappLink.addEventListener('click', openWhatsApp);
document.querySelectorAll('a').forEach(link => {
link.addEventListener('mouseover', function(e) {
window.status = '';
return true;
});
});
document.addEventListener('contextmenu', function(e) {
if (e.target.tagName === 'A') {
e.preventDefault();
return false;
}
});
});
</script>
</body>
</html>