aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 186ad0250c107351d39b9bb32299dc6b26020c27 (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
<!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>Matt's Time Server</title> 
	<link rel="stylesheet" type="text/css" href="style.css"/> 
	<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
	<div id="sidebar" class="sidebar"> 
		<h1><a href="/">time.mattrude.com</a></h1> 
		<div id="quickstart" class="mod"> 
			<ol> 
				<li><a href="status.html">Status</a></li> 
				<li><a href="use.html">How do I <i>use</i> this server?</a></li> 
				<li><a href="building">Building this server.</a></li> 
			</ol> 
		</div> 
		<h3>Translations</h3> 
		<ul id="translations" class="mod"> 
			<li><a href="/en/join.html">English</a></li> 
			<li><a href="/fr/join.html">Fran�ais</a></li> 
			<li><a href="/nl/join.html">Nederlands</a></li> 
		</ul> 
	</div> 
</body>