-
Notifications
You must be signed in to change notification settings - Fork 0
/
linux.html
57 lines (46 loc) · 1.71 KB
/
linux.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
<!-- This is the beginning of the HEADER -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>kekePower - Linux hacks and scripts</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="/css/dark.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/cal-icon.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/blog.css" media="screen" />
</head>
<body>
<div id="wrap">
<div id="header">
<h1><a href="/">kekePower</a></h1>
<h2>Having fun scripting and hacking Linux and Mageia</h2>
</div>
<div id="topmenu">
<a href="https://mageia.org">Mageia</a> |
<a href="https://kernel.org">Linux Kernel</a> |
<a href="https://kodi.tv">Kodi Mediacenter</a> |
<a href="https://slashdot.org">Slashdot</a> |
<a href="https://distrowatch.com">Distrowatch</a> |
<a href="https://github.com">Github</a>
</div>
<div id="right">
<!-- This is the end of the HEADER -->
<p>I use this script to generate the static HTML files you see on this page.</p>
<a href="/scripts/generate.sh.txt">My Generate script</a>
<!-- This is the beginning of the FOOTER -->
</div> <!-- End of div right -->
<div id="bottomleft">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/kekePower.html">About Me</a></li>
<li><a href="/hardware.html">My Hardware</a></li>
<li><a href="/mageia.html">Mageia Info</a></li>
<li><a href="/linux.html">Linux</a></li>
<li><a href="/blog/index.html">My Blog</a></li>
</ul>
<div id="generated">
Last generated 2018-06-04 - 14:30:59 by generate-v0.5.7
</div>
</div>
</body>
</html>
<!-- This is the end of the FOOTER -->