-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (39 loc) · 1.26 KB
/
index.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>DigitalKiwi </title>
<meta name="generator" content="Bluefish 1.0.7"/>
<link href="/stylesheets/main.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="/images/digitalkiwi16.png" type="image/png" />
</head>
<body>
<div id="wrap">
<a href="/" id="header">
<h1>DigitalKiwi</h1>
</a>
<div id="sidebar">
<h2>Sections</h2>
<ul>
<li><a class="selected" href="/" title="Home">Home</a></li>
</ul>
<h2>Projects</h2>
<ul>
<li><a href="/clyde" title="clyde">clyde</a></li>
<li><a href="/curlpaste" title="curlpaste">curlpaste</a></li>
<li><a href="/lualpm" title="lualpm">lualpm</a></li>
<li><a href="/ompluad" title="ompluad">ompluad</a></li>
</ul>
<h2>Sites</h2>
<ul>
<li><a href="http://github.com/Kiwi/">github</a></li>
</ul>
</div>
</div>
<div id="content">
<p>
Welcome to digitalkiwi.ath.cx where you will find information about DigitalKiwis projects.
</p>
</div>
</body>
</html>