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

Start Rpi GPIO + leds CGI plugin and improve tazberry
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 13 05:24:04 2014 +0200 (2014-04-13)
parents d670034c1f00
children c10b9b20b9a5
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?rpi_gpio">GPIO</a>
18 </nav>
19 </header>
21 <section id="content">