Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Dec 14, 2023
1 parent 73da5e5 commit 9f99843
Show file tree
Hide file tree
Showing 122 changed files with 11,838 additions and 0 deletions.
66 changes: 66 additions & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!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 name="color-scheme" content="light dark"><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://linuxsuren.github.io/open-source-best-practice/404.html" /><meta property="og:site_name" content="开源最佳实践" />

<title>404 Page not found | 开源最佳实践</title>
<link rel="manifest" href="/open-source-best-practice/manifest.json">
<link rel="icon" href="/open-source-best-practice/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/open-source-best-practice/book.min.97cfda4f5e3c9fa49a2bf8d401f4ddc0eec576c99cdcf6afbec19173200c37db.css" integrity="sha256-l8/aT148n6SaK/jUAfTdwO7Fdsmc3PavvsGRcyAMN9s=" crossorigin="anonymous">
<script defer src="/open-source-best-practice/flexsearch.min.js"></script>
<script defer src="/open-source-best-practice/en.search.min.f41dc1bd30e01be2d196efe3da41b4ad80f3a97b437a48eca7b63105872db2b1.js" integrity="sha256-9B3BvTDgG&#43;LRlu/j2kG0rYDzqXtDekjsp7YxBYctsrE=" crossorigin="anonymous"></script>

<script defer src="/open-source-best-practice/sw.min.1fcacdc9eaa4bdd806982ca0676e22220d8c5da674a57a298e4cde7351008484.js" integrity="sha256-H8rNyeqkvdgGmCygZ24iIg2MXaZ0pXopjkzec1EAhIQ=" crossorigin="anonymous"></script>

<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75011109-1', 'auto');

ga('send', 'pageview');
}
</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="/open-source-best-practice/">开源最佳实践</a>
</h3>
</div>
</main>


</body>

</html>
Loading

0 comments on commit 9f99843

Please sign in to comment.