Add new theme: black-orange and update minimal
This commit is contained in:
70
themes/black-orange/blog_index.tpl
Normal file
70
themes/black-orange/blog_index.tpl
Normal file
@ -0,0 +1,70 @@
|
||||
<!-- 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 - Blog</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" />
|
||||
<link rel="shortcut icon" href="/images/favicon-kekepower-transparent.png" type="image/png" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="wrap">
|
||||
|
||||
<div id="header">
|
||||
<table border=0>
|
||||
<tr>
|
||||
<td id="logo">
|
||||
<a href="/"><img src="/images/favicon-kekepower-transparent.png" height="75"></a>
|
||||
</td>
|
||||
<td id="sitetitle">
|
||||
<h1><a href="/">kekePower</a></h1>
|
||||
<h2>Having fun scripting and hacking Linux and Mageia</h2>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</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 -->
|
||||
|
||||
<!-- Body Start -->
|
||||
|
||||
BODY
|
||||
|
||||
<!-- Body End -->
|
||||
|
||||
<!-- 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">
|
||||
#updated
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!-- This is the end of the FOOTER -->
|
||||
|
Reference in New Issue
Block a user