-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtop.html
More file actions
82 lines (80 loc) · 3.11 KB
/
top.html
File metadata and controls
82 lines (80 loc) · 3.11 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>CM3 Top Navigation</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META HTTP-EQUIV="Resource-type" CONTENT="document">
<META HTTP-EQUIV="Description" CONTENT="Modula-3 Resource Page">
<META HTTP-EQUIV="Distribution" CONTENT="global">
<META HTTP-EQUIV="Keywords" CONTENT="m3, modula-3, modula3, M3, Modula-3, modula-3, cm3, CM3, FreeCM3">
<META HTTP-EQUIV="Reply-to" CONTENT="m3-support@elego.de">
<LINK HREF="normal.css" REL="stylesheet" TYPE="text/css">
</head>
<body class="stdbgnav">
<table align="center" width="95%" border="0" cellpadding="0"
cellspacing="2">
<tbody>
<tr>
<td width="100">
<a href="http://www.modula3.org" target="www.modula3.org" title="www.modula3.org">
<img src="m3.gif" border="0" alt="www.modula3.org"/>
</a>
</td>
<td>
<table align="center" width="95%" border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<td align="left">
<h4>Welcome to Critical Mass Modula-3!</h4>
</td>
<td align="right">
<h4>
<a href="http://www.elegosoft.com/en/solutions/modula-3.html"
target="elego">Modula-3 @ elego</a>
</h4>
</td>
</tr>
</tbody>
</table>
<div class="small" align="right">
<form method="GET" action="http://www.google.com/search"
target="_new">
<input type="hidden" name="as_sitesearch"
value="modula3.elegosoft.com">
<input type="text" name="as_q">
<input type="submit" name="search" value="search this site">
</form>
</div>
<table align="center" width="95%" border="0" cellpadding="5"
cellspacing="5">
<tbody>
<tr>
<td class="topnav" width="100">
<a href="nav-home.html" target="Navigation">Home</a>
</td>
<td class="topnav" width="100">
<a href="nav-doc.html"
target="Navigation">Documentation</a>
</td>
<td class="topnav" width="100">
<a href="nav-inst.html"
target="Navigation">Installation</a>
</td>
<td class="topnav" width="100">
<a href="nav-rsrc.html" target="Navigation">Resources</a>
</td>
<td class="topnav" width="100">
<a href="nav-stat.html" target="Navigation">Status</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!-- Created: Wed Jan 16 23:29:50 CET 2008 -->
</body>
</html>