aboutsummaryrefslogtreecommitdiff
path: root/inc/header.html
diff options
context:
space:
mode:
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 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+ <title>Eclat</title>
+ <link rev="made" href="mailto:gray@gnu.org.ua" />
+ <link rel="stylesheet" type="text/css" href="gray.css" />
+ <link rel="icon" type="image/png" href="/graphics/gnu-head-icon.png" />
+</head>
+<body>
+<div id="content">
+<div id="header">
+<table id="header">
+ <tr>
+ <td class="logo" rowspan="3">
+ <img src="/graphics/gnu-head-sm.jpg"
+ alt=" [image of the Head of a GNU] " width="129" height="122" />
+ </td>
+ <td class="main">
+ <h1><a href="/software/eclat">Eclat</a></h1>
+ </td>
+ </tr>
+ <tr>
+ <td class="sub">
+ <h2>EC2 Command Line Administrator Tool</h2>
+ </td>
+ <td class='sub right'>
+ <a href="http://gray.gnu.org.ua">Sergey Poznyakoff</a>
+ </td>
+ </tr>
+</table>
+<ul class='tabs'>
+ <li><a m4_ifelse(ACTIVE,`index',`class="active" ')href="index.html">Main</a></li>
+m4_dnl <li><a m4_ifelse(ACTIVE,`examples',`class="active" ')href="examples.html">Examples</a></li>
+ <li><a m4_ifelse(ACTIVE,`download',`class="active" ')href="download.html">Downloads</a></li>
+ <li><a m4_ifelse(ACTIVE,`documentation',`class="active" ')href="manual.html">Documentation</a></li>
+</ul>
+</div>
+<div id="main">
+

Return to:

Send suggestions and report system problems to the System administrator.