blob: 54d7b4049434f67075216bbc19a947064381ecd7 (
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
<!doctype html>
<html>
<head>
<title></title>
<!--#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">?</div>
<div class="nav">
<ul>
<li>
<a href="http://wiki.os.pehjota.net/">Wiki</a>
<ul>
<li><a href="http://wiki.os.pehjota.net/">Wiki</a></li>
<li><a href="http://wiki.os.pehjota.net/doc/">Documentation</a></li>
</ul>
</li>
<li>
<a href="http://os.pehjota.net/contact.html">Contact Us</a>
<ul>
<li><a href="http://os.pehjota.net/lists.html">Mailing Lists</a></li>
<li><a href="http://os.pehjota.net/irc.html">IRC Channels</a></li>
</ul>
</li>
<li>
<a href="http://os.pehjota.net/dev.html">Development</a>
<ul>
<li><a href="http://packages.os.pehjota.net/">Package Archive</a></li>
<li><a href="http://bugs.os.pehjota.net/">Bug Tracker</a></li>
<li><a href="http://git.os.pehjota.net/">Source Repositories</a></li>
</ul>
</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>
|