1 Star 0 Fork 0

mbplus/lineone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages-error-404-3.html 3.22 KB
一键复制 编辑 原始数据 按行查看 历史
Follow张朋 提交于 2023-06-14 17:27 . first commit
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta tags -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<title>Lineone - Error 404 v3</title>
<link rel="icon" type="image/png" href="images/favicon.png" />
<!-- CSS Assets -->
<link rel="stylesheet" href="css/app.css" />
<!-- Javascript Assets -->
<script src="js/app.js" defer></script>
<!-- Fonts -->
<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=Inter:wght@400;500;600;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet"
/>
<script>
/**
* THIS SCRIPT REQUIRED FOR PREVENT FLICKERING IN SOME BROWSERS
*/
localStorage.getItem("_x_darkMode_on") === "true" &&
document.documentElement.classList.add("dark");
</script>
</head>
<body x-data class="is-header-blur" x-bind="$store.global.documentBody">
<!-- App preloader-->
<div
class="app-preloader fixed z-50 grid h-full w-full place-content-center bg-slate-50 dark:bg-navy-900"
>
<div class="app-preloader-inner relative inline-block h-48 w-48"></div>
</div>
<!-- Page Wrapper -->
<div
id="root"
class="min-h-100vh flex grow bg-slate-50 dark:bg-navy-900"
x-cloak
>
<main class="grid w-full grow grid-cols-1 place-items-center">
<div class="max-w-2xl p-6 text-center">
<div class="w-full max-w-md">
<img
class="w-full"
x-show="!$store.global.isDarkModeEnabled"
src="images/illustrations/error-404.svg"
alt="image"
/>
<img
class="w-full"
x-show="$store.global.isDarkModeEnabled"
src="images/illustrations/error-404-dark.svg"
alt="image"
/>
</div>
<p
class="pt-4 text-xl font-semibold text-slate-800 dark:text-navy-50"
>
Oops. This Page Not Found.
</p>
<p class="pt-2 text-slate-500 dark:text-navy-200">
This page you are looking not available. Please back to home
</p>
<button
class="btn mt-8 h-11 bg-primary text-base font-medium text-white hover:bg-primary-focus hover:shadow-lg hover:shadow-primary/50 focus:bg-primary-focus focus:shadow-lg focus:shadow-primary/50 active:bg-primary-focus/90 dark:bg-accent dark:hover:bg-accent-focus dark:hover:shadow-accent/50 dark:focus:bg-accent-focus dark:focus:shadow-accent/50 dark:active:bg-accent/90"
>
Back To Home
</button>
</div>
</main>
</div>
<!--
This is a place for Alpine.js Teleport feature
@see https://alpinejs.dev/directives/teleport
-->
<div id="x-teleport-target"></div>
<script>
window.addEventListener("DOMContentLoaded", () => Alpine.start());
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mbplus/lineone.git
git@gitee.com:mbplus/lineone.git
mbplus
lineone
lineone
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385