summaryrefslogtreecommitdiff
path: root/web/header.html
blob: b8a533085747ea8f3e609408876351ef710fd963 (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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
	<title>Paraslash</title>
	<LINK href="para.css" REL="stylesheet" TYPE="text/css">
	<link rel="shortcut icon" href="paraslash.ico">
</head>
<body>
	<table>
	<tr>
		<td rowspan="2">
			<a title="paraslash homepage" href="./index.html">
				<img src="paraslash.svg" alt="paraslash">
			</a>
		</td>
		<td>
			<span class="slogan">Paraslash Audio Streaming</span>
		</td>
	</tr>
	<tr>
		<td>
			<a href="./index.html">About</a>&nbsp;
			&nbsp;<a href="news.html">News</a>&nbsp;
			&nbsp;<a href="documentation.html">Documentation</a>&nbsp;
			&nbsp;<a href="devel.html">Development</a>
		</td>
	</tr>
	</table>
<hr>