-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
60 lines (49 loc) · 1.77 KB
/
test.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
<!-- 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 - Test page</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 -->
<h2>Min test</h2>
<a href="/index.html">Back Home</a><!-- Where is THIS? -->
<p>
<br />
<a href="http://gimp.org/">GIMP<img alt="External site icon" src="/images/ext-url.png" width="16" /></a><!-- EXT_URL where? -->
<!-- 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-05-18 - 09:52:06 by generate-v0.5.1
</div>
</div>
</body>
</html>
<!-- This is the end of the FOOTER -->