slitaz-arm view rpi/cgi-adm/data/header.html @ rev 139

Small improvment to editr and use cache dir
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 26 12:41:01 2014 +0200 (2014-04-26)
parents 01865197f1c0
children
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>TazBerry - _TITLE_</title>
6 <link rel="stylesheet" type="text/css" href="data/style.css" />
7 </head>
8 <body bgcolor="#ffffff">
10 <header>
11 <div id="logo"></div>
12 <nav id="nav">
13 <a href="tools.cgi">TazBerry</a>
14 <a href="tools.cgi?plugins">Plugins</a>
15 <a href="tools.cgi?status">Status</a>
16 <a href="tools.cgi?rpi_config">Config</a>
17 <a href="tools.cgi?audio">Audio</a>
18 <a href="tools.cgi?rpi_gpio">GPIO</a>
19 </nav>
20 </header>
22 <section id="content">