Skip to content

Commit 9e9daec

Browse files
committed
publish
1 parent b9dd0ca commit 9e9daec

File tree

125 files changed

+13080
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+13080
-0
lines changed

docs/404.html

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="">
8+
<meta name="theme-color" content="#FFFFFF">
9+
<meta name="color-scheme" content="light dark"><meta property="og:title" content="404 Page not found" />
10+
<meta property="og:description" content="" />
11+
<meta property="og:type" content="website" />
12+
<meta property="og:url" content="https://linuxsuren.github.io/open-source-best-practice/404.html" /><meta property="og:site_name" content="开源最佳实践" />
13+
14+
<title>404 Page not found | 开源最佳实践</title>
15+
<link rel="manifest" href="/open-source-best-practice/manifest.json">
16+
<link rel="icon" href="/open-source-best-practice/favicon.png" type="image/x-icon">
17+
<link rel="stylesheet" href="/open-source-best-practice/book.min.97cfda4f5e3c9fa49a2bf8d401f4ddc0eec576c99cdcf6afbec19173200c37db.css" integrity="sha256-l8/aT148n6SaK/jUAfTdwO7Fdsmc3PavvsGRcyAMN9s=" crossorigin="anonymous">
18+
<script defer src="/open-source-best-practice/flexsearch.min.js"></script>
19+
<script defer src="/open-source-best-practice/en.search.min.cfbeca0c9efdbbfb4e9282dbaeddb1e186097f1675f4a9609d297f193251a485.js" integrity="sha256-z77KDJ79u/tOkoLbrt2x4YYJfxZ19KlgnSl/GTJRpIU=" crossorigin="anonymous"></script>
20+
21+
<script defer src="/open-source-best-practice/sw.min.1fcacdc9eaa4bdd806982ca0676e22220d8c5da674a57a298e4cde7351008484.js" integrity="sha256-H8rNyeqkvdgGmCygZ24iIg2MXaZ0pXopjkzec1EAhIQ=" crossorigin="anonymous"></script>
22+
23+
<script type="application/javascript">
24+
var doNotTrack = false;
25+
if (!doNotTrack) {
26+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
27+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
28+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
29+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
30+
ga('create', 'UA-75011109-1', 'auto');
31+
32+
ga('send', 'pageview');
33+
}
34+
</script><!--
35+
Made with Book Theme
36+
https://github.com/alex-shpak/hugo-book
37+
-->
38+
39+
40+
<style>
41+
.not-found {
42+
text-align: center;
43+
}
44+
.not-found h1 {
45+
margin: .25em 0 0 0;
46+
opacity: .25;
47+
font-size: 40vmin;
48+
}
49+
</style>
50+
</head>
51+
52+
<body>
53+
<main class="flex justify-center not-found">
54+
<div>
55+
<h1>404</h1>
56+
<h2>Page Not Found</h2>
57+
<h3>
58+
<a href="/open-source-best-practice/">开源最佳实践</a>
59+
</h3>
60+
</div>
61+
</main>
62+
63+
64+
</body>
65+
66+
</html>

0 commit comments

Comments
 (0)