summaryrefslogtreecommitdiffstats
path: root/includes/header.html
blob: b51c8b9290770d6529c3c048b96927e207c29cfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>

<html>
	<head>
<!--#if expr="${title} = /^$/" -->
		<title>Embedded Operating System Distribution</title>
<!--#else -->
		<title><!--#echo var="title" --> - Embedded Operating System Distribution</title>
<!--#endif -->
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
		<link rel="stylesheet" type="text/css" href="/main.css">
	</head>
	<body>
		<a href="#body" class="skip">Skip to body</a>
		<header>
			<div class="logo"><a href="/">Home</a></div>
			<div class="nav">
				<ul>
					<li><a href="contact">Contact</a></li>
					<li><a href="dev">Development</a></li>
					<li><a href="http://packages.os.pehjota.net/">Package Archive</a></li>
					<li><a href="doc">Documentation</a></li>
				</ul>
			</div>
		</header>
<div style="clear: both;"></div>
		<div class="wrapper sidebar">
			<div>
				<h3>News</h3>
				<ul>
<!--#include file="news.html" -->
				</ul>
			</div>
		</div>
		<div class="wrapper main">
			<a id="body"></a>