68 lines
3.0 KiB
PHP
68 lines
3.0 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="zh" class="h-full">
|
|
<head>
|
|
<!-- Required Meta Tags Always Come First -->
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="description" content="Laysense Auth">
|
|
|
|
|
|
<!-- Title -->
|
|
<title>Laysense Auth</title>
|
|
|
|
<!-- Favicon -->
|
|
<link rel="shortcut icon" href="https://static.laysense.cn/data/file/_4335ce.png?1709117691655">
|
|
|
|
<!-- Font -->
|
|
|
|
<!-- Theme Check and Update -->
|
|
<script>
|
|
const html = document.querySelector('html');
|
|
const isLightOrAuto = localStorage.getItem('hs_theme') === 'light' || (localStorage.getItem('hs_theme') === 'auto' && !window.matchMedia('(prefers-color-scheme: dark)').matches);
|
|
const isDarkOrAuto = localStorage.getItem('hs_theme') === 'dark' || (localStorage.getItem('hs_theme') === 'auto' && window.matchMedia('(prefers-color-scheme: dark)').matches);
|
|
|
|
if (isLightOrAuto && html.classList.contains('dark')) html.classList.remove('dark');
|
|
else if (isDarkOrAuto && html.classList.contains('light')) html.classList.remove('light');
|
|
else if (isDarkOrAuto && !html.classList.contains('dark')) html.classList.add('dark');
|
|
else if (isLightOrAuto && !html.classList.contains('light')) html.classList.add('light');
|
|
</script>
|
|
|
|
<!-- CSS HS -->
|
|
<link rel="stylesheet" href="https://static.laysense.cn/data/file/cdn/preline.css">
|
|
</head>
|
|
|
|
<body class="flex h-full items-center py-16 dark:bg-neutral-800" background="https://bing.img.run/1920x1080.php">
|
|
<!-- ========== MAIN CONTENT ========== -->
|
|
<main id="content" class="w-full max-w-md mx-auto p-6">
|
|
|
|
<div class="mt-7 border border-gray-200 rounded-xl shadow-sm dark:bg-neutral-900 dark:border-neutral-700" style="background: rgba(255, 255, 255, 0.6);-webkit-backdrop-filter: blur(10px);backdrop-filter: blur(10px);">
|
|
<div class="p-4 sm:p-7">
|
|
<div class="text-center">
|
|
<h1 class="block text-2xl font-bold text-gray-800 dark:text-white" ><img src="https://static.laysense.cn/data/file/laysenseW.png" style="height:30px;" />应用未注册或不存在</h1>
|
|
<p class="mt-2 text-sm text-gray-600 dark:text-neutral-400">
|
|
抱歉,未能找到该应用的注册信息,可能是应用不存在或已被删除,您可以选择
|
|
<a class="text-blue-600 decoration-2 hover:underline focus:outline-none focus:underline font-medium dark:text-blue-500" href="https://laysense.cn/" target="_blank">
|
|
前往来笙
|
|
</a>
|
|
</p>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="mt-3 flex justify-center items-center text-center divide-x divide-gray-300 dark:divide-neutral-700">
|
|
©上海来笙信息科技有限公司 2024 </p>
|
|
|
|
</main>
|
|
<!-- ========== END MAIN CONTENT ========== -->
|
|
|
|
<!-- JS Implementing Plugins -->
|
|
|
|
<!-- JS PLUGINS -->
|
|
<!-- Required plugins -->
|
|
<script src="https://static.laysense.cn/data/file/cdn/preline.js"></script>
|
|
|
|
<!-- JS THIRD PARTY PLUGINS -->
|
|
</body>
|
|
</html> |