slitaz-pizza diff web/lib/header.html @ rev 7

Add the web interface
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 24 23:12:44 2012 +0100 (2012-03-24)
parents
children 7f228f4402eb
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/web/lib/header.html	Sat Mar 24 23:12:44 2012 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html lang="en">
     1.6 +<head>
     1.7 +	<meta charset="utf-8" />
     1.8 +	<title>SliTaz Pizza</title>
     1.9 +	<link rel="stylesheet" type="text/css" href="style.css" />
    1.10 +	<link rel="shortcut icon" href="favicon.ico" />
    1.11 +	<script type="text/javascript" src="lib/functions.js"></script>
    1.12 +</head>
    1.13 +<body>
    1.14 +
    1.15 +<div id="header">
    1.16 +	<div id="logo"></div>
    1.17 +	<div id="network">
    1.18 +		<a href="http://www.slitaz.org/">Home</a>
    1.19 +		<a href="http://scn.slitaz.org/">Community</a>
    1.20 +		<a href="http://forum.slitaz.org/">Forum</a>
    1.21 +		<a href="./">Pizza:</a>
    1.22 +		<a href="./?info">Info</a>
    1.23 +		<a href="./?rss">RSS</a>
    1.24 +	</div>
    1.25 +	<h1><a href="./">SliTaz Pizza</a></h1>
    1.26 +</div>
    1.27 +
    1.28 +<div id="content">