mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-21 23:44:25 +08:00
53 lines
1.5 KiB
HTML
53 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="">
|
|
<meta name="theme-color" content="#FFFFFF"><meta property="og:title" content="404 Page not found" />
|
|
<meta property="og:description" content="" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://books.halfrost.com/leetcode/404.html" />
|
|
|
|
<title>404 Page not found | LeetCode Cookbook</title>
|
|
<link rel="manifest" href="/leetcode/manifest.json">
|
|
<link rel="icon" href="/leetcode/favicon.png" type="image/x-icon">
|
|
<link rel="stylesheet" href="/leetcode/book.min.6cd8553a6854f4812343f0f0c8baca31271e686434f381fbe3c7226f66639176.css" integrity="sha256-bNhVOmhU9IEjQ/DwyLrKMSceaGQ084H748cib2ZjkXY=">
|
|
<script defer src="/leetcode/en.search.min.b89b298482a620ecdc3740829351c9d8b19cc485f00b83eaf4b57f44e1cb7e23.js" integrity="sha256-uJsphIKmIOzcN0CCk1HJ2LGcxIXwC4Pq9LV/ROHLfiM="></script>
|
|
<!--
|
|
Made with Book Theme
|
|
https://github.com/alex-shpak/hugo-book
|
|
-->
|
|
|
|
|
|
|
|
<style>
|
|
.not-found {
|
|
text-align: center;
|
|
}
|
|
.not-found h1 {
|
|
margin: .25em 0 0 0;
|
|
opacity: .25;
|
|
font-size: 40vmin;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<main class="flex justify-center not-found">
|
|
<div>
|
|
<h1>404</h1>
|
|
<h2>Page Not Found</h2>
|
|
<h3>
|
|
<a href="/leetcode/">LeetCode Cookbook</a>
|
|
</h3>
|
|
</div>
|
|
</main>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|