-
Notifications
You must be signed in to change notification settings - Fork 28
/
index.html
67 lines (64 loc) · 3.49 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0">
<title>Linux-online-docs by xgqfrms</title>
<!--SEO-->
<!--<link href="images/logo.ico" rel="shortcut icon" type="image/x-icon">-->
<link href="images/vbird-linux-edition3.png" rel="shortcut icon" type="image/png">
<meta name="author" content="xgqfrms">
<!--<link rel="author" type="text/plain" href="http://xgqfrms.xyz/humans.txt" />-->
<!-- <meta name="robots" content="noindex" /> -->
<meta name=generator content="Sublime Text 3">
<meta name="keywords" content="xgqfrms,github,xgqfrms.xyz,linux, linux-online-docs,鸟哥的Linux 私房菜">
<meta name="description" content="xgqfrms, https://linux.xgqfrms.xyz, xgqfrms.xyz,xgqfrms,linux-online-docs ( 鸟哥的Linux 私房菜) ">
<meta name="application-name" content="xgqfrms, https://linux.xgqfrms.xyz, xgqfrms.xyz,linux,linux-online-docs ( 鸟哥的Linux 私房菜) ">
<!-- media query -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Linux-online-docs</h1>
<h2 class="project-tagline">linux-online-docs ( 鸟哥的Linux 私房菜)</h2>
<ul>
<a href="linux_basic/1010index.htm" class="btn"><h1>快速索引</h1></a>
</ul>
<span id="span-block">
<ul>
<a href="linux_basic/index.htm"class="xbtn"><h3><li>1.基础文件</li></h3></a>
<a href="linux_server/index.htm" class="xbtn"><h3><li>2. 架站文件</li></h3></a>
<a href="linux_enterprise/index.htm" class="xbtn"><h3><li>3. 企业通用</li></h3></a>
</ul>
</span>
</section>
<section class="main-content">
<div>
<h1>鸟哥的Linux 私房菜:教程目录</h1>
<a href="linux_basic/1010index.htm" ><h1>快速索引</h1></a>
<ul>
<li><a href="linux_basic/index.htm"><h2>1. 基础文件</h2></a></li>
<li><a href="linux_server/index.htm" ><h2>2. 架站文件</h2></a></li>
<li><a href="linux_enterprise/index.htm" ><h2>3. 企业通用</h2></a></li>
</ul>
</div>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/xgqfrms/linux-online-docs">Linux-online-docs</a> is maintained by <a href="https://github.com/xgqfrms">xgqfrms</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
<script>
(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-89261925-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>