aboutsummaryrefslogtreecommitdiff
path: root/inc/header.html
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-04-22 12:54:49 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-04-22 12:54:49 +0300
commit25a1bc539643e3b718036004042cb56a69865c96 (patch)
tree2396b77f1d40e9f4ea98b005b8626f870ffc1488 /inc/header.html
downloadwebdoc-25a1bc539643e3b718036004042cb56a69865c96.tar.gz
webdoc-25a1bc539643e3b718036004042cb56a69865c96.tar.bz2
Initial importHEADmaster
Diffstat (limited to 'inc/header.html')
-rw-r--r--inc/header.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/inc/header.html b/inc/header.html
new file mode 100644
index 0000000..0f9a277
--- /dev/null
+++ b/inc/header.html
@@ -0,0 +1,42 @@
1<?xml version="1.0" encoding="utf-8" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
6<head>
7 <title>Eclat</title>
8 <link rev="made" href="mailto:gray@gnu.org.ua" />
9 <link rel="stylesheet" type="text/css" href="gray.css" />
10 <link rel="icon" type="image/png" href="/graphics/gnu-head-icon.png" />
11</head>
12<body>
13<div id="content">
14<div id="header">
15<table id="header">
16 <tr>
17 <td class="logo" rowspan="3">
18 <img src="/graphics/gnu-head-sm.jpg"
19 alt=" [image of the Head of a GNU] " width="129" height="122" />
20 </td>
21 <td class="main">
22 <h1><a href="/software/eclat">Eclat</a></h1>
23 </td>
24 </tr>
25 <tr>
26 <td class="sub">
27 <h2>EC2 Command Line Administrator Tool</h2>
28 </td>
29 <td class='sub right'>
30 <a href="http://gray.gnu.org.ua">Sergey Poznyakoff</a>
31 </td>
32 </tr>
33</table>
34<ul class='tabs'>
35 <li><a m4_ifelse(ACTIVE,`index',`class="active" ')href="index.html">Main</a></li>
36m4_dnl <li><a m4_ifelse(ACTIVE,`examples',`class="active" ')href="examples.html">Examples</a></li>
37 <li><a m4_ifelse(ACTIVE,`download',`class="active" ')href="download.html">Downloads</a></li>
38 <li><a m4_ifelse(ACTIVE,`documentation',`class="active" ')href="manual.html">Documentation</a></li>
39</ul>
40</div>
41<div id="main">
42

Return to:

Send suggestions and report system problems to the System administrator.