tazpanel view styles/default/header.html @ rev 1

Add clean and raw style
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 02 10:18:57 2011 +0200 (2011-04-02)
parents
children 64f564036b88
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>Tazpanel - %TITLE%</title>
5 <meta charset="utf-8" />
6 <link rel="shortcut icon" href="styles/default/favicon.ico" />
7 <link rel="stylesheet" type="text/css" href="styles/default/style.css" />
8 </head>
9 <body>
11 <h1>TazPanel - %TITLE%</h1>
13 <div id="block">
14 <a href="./">Panel</a>
15 | <a href="tazpkg.cgi">Packages</a>
16 | <a href="index.cgi?users">Users</a>
17 | <a href="index.cgi?network">Network</a>
18 | <a href="index.cgi?hardware">Hardware</a>
19 </div>
21 <!-- Page content -->
22 <div id="content">