-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (78 loc) · 2.35 KB
/
index.html
File metadata and controls
89 lines (78 loc) · 2.35 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"
/>
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen"
/>
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print"
/>
<title>Will-V-King's Blog by will-v-king</title>
</head>
<body>
<header>
<div class="container">
<h1>Index</h1>
<h2>Will-V-King's Blog</h2>
<div class="navbar-logo">
<ul>
<li>
<img src="./images/drawing.svg"></img>
<img src="./images/head.png"></img>
</li>
</ul>
</div>
<div class="navbar-button">
<ul>
<li> <a href="./index.html">index</a>
</li>
<li> <a href="./main.html">main</a>
</li>
<li> <a href="./app.html">app</a>
</li>
<li> <a href="./about.html">about</a>
</li>
<li> <a href="./help.html">help</a>
</li>
</ul>
</div>
</div>
</header>
<content>
<div class="container">
<section id="MyShellScriptFiles">
<h3>My Shell Script Files</h3>
These shell script files are my tool to raise my efficency in work.<br/>
<a href="https://github.com/will-v-king/shellScriptFiles" target="blank" class="user-mention">view my shellScriptFiles on github.com</a>
</section>
<section id="ALittleStudyAboutMy.bashrcfile">
<h3>A Little Study About My .bashrc file</h3>
I found some wonderful terminal command, that worte in .bashrc file.<br/>
<a href="https://github.com/will-v-king/files/a_littel_study_about_my_.bashrc_file.html" target="blank" class="user-mention">see more...</a>
</section>
</div>
</content>
<footer>
<menu>
<section id="menu">
<h3>Captions in This Page</h3>
<div>
<ul>
<li> <a href="#MyShellScriptFiles">My Shell Script Files</a>
</li>
<li> <a href="#ALittleStudyAboutMy.bashrcfile">A Little Study About My .bashrc file</a>
</li>
</ul>
</div>
<a href="https://github.com/will-v-king" class="btn btn-github" target="_blank"><span class="icon"></span>View on GitHub</a>
</section>
</menu>
<!--div class="container">
<section id="downloads"-->
<!--/section>
</div-->
</footer>
</body>
</html>