-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
65 lines (49 loc) · 1.95 KB
/
Copy path404.html
File metadata and controls
65 lines (49 loc) · 1.95 KB
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
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<!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>
<link rel="stylesheet" type="text/css" href="/media/tkp.css" media="screen" />
<link rel="shortcut icon" href="/media/lofar.ico" type="image/ico" />
<title>LOFAR Transients Key Project :: Page Not Found</title>
</head>
<body>
<div id="wholepage">
<div id="header">
<div class="mainheader"><h1>LOFAR Transients Key Project</h1>
<p>“Catch, then, O catch the transient hour”—St. Jerome</p></div>
</div>
<div id="sidecontainer">
<h2>Contents</h2>
<ul class="nav">
<li><a href="/">Home</a></li>
<li><a href="/calendar/">Calendar</a></li>
<li><a href="/meetings/">Meetings</a></li>
<li><a href="/publications/">Publications</a></li>
<li><a href="/science/">Science</a></li>
<li><a href="/team/">Team</a></li>
<li><a href="/info/">LOFAR Resources</a></li>
<!--
<li><a href="http://www.lofar.org/operations/doku.php?id=science:ksp:transients">Wiki</a></li>
<li><a href="http://svn.transientskp.org/docs/">Documents</a></li>
<li style="border-bottom: none;"><a href="http://svn.transientskp.org/code/">Code</a></li>
-->
</ul>
</div>
<div id="mainbody">
<div id="content">
<h1>Page not found</h1>
<p>Please try selecting a different page from the menu on the left.</p>
<p>Note in particular that more information is available on the <a
href="/team/">members of the Transients Key Project team</a>, the <a
href="/publications/">associated publications</a> and the <a
href="/science/">science case</a>.
</div>
<div id="footer">
<p>
Page maintained by <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</div>
</div>
</body>
</html>