-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (85 loc) · 3.31 KB
/
index.html
File metadata and controls
99 lines (85 loc) · 3.31 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8;charset=utf-8" />
<title>Software archive</title>
</head>
<body style="background-color: #d3d3d3; color: #000">
<div style="margin: auto; text-align: center;">
<h1 style="text-decoration: underline;">Welcome to the software archive</h1>
<table style="margin: auto; text-align: center; margin-top: 1em;">
<tr>
<th style="padding-right: 1em;">
<h2><a href="index.html">Home</a></h2>
</th>
<th style="padding-left: 1em;">
<h2><a href="about.html">About</a></h2>
</th>
</tr>
</table>
<table style="margin: auto; text-align: center; margin-top: 1em;">
<tr>
<th style="padding-right: 0.5em;">
<h3><a href="browsers.html">Browsers</a></h3>
</th>
<th style="padding-left: 0.5em;">
<h3><a href="windev.html">Windows / DOS Development Tools</a></h3>
</th>
</tr>
<tr>
<th style="padding-left: 0.5em;">
<h3><a href="media.html">Media</a></h3>
</th>
<th style="padding-left: 0.5em;">
<h3><a href="winutil.html">Windows Utilities</a></h3>
</th>
</tr>
<tr>
<th style="padding-left: 0.5em;">
<h3><a href="nixdev.html">Modern *Nix Development Tools</a></h3>
</th>
<th style="padding-left: 0.5em;">
<h3><a href="altos.html">Alternative Operating Systems</a></h3>
</th>
</tr>
<tr>
<th style="padding-left: 0.5em;">
<h3><a href="macsoft.html">Mac Software</a></h3>
</th>
<th style="padding-left: 0.5em;">
<h3><a href="macdev.html">Mac Development Tools</a></h3>
</th>
</tr>
</table>
<!--
</table>
<table style="margin: auto; text-align: center;">
<tr>
<th>
<h3><a href="macsoft.html">Mac Software</a></h3>
</th>
</table>
-->
<table style="margin: auto; text-align: center;">
<tr>
<th>
<p>
<a href="http://validator.w3.org/check?uri=referer"><img
src="images/valid-xhtml10.gif" alt="Valid XHTML 1.0 Transitional"
height="31" width="88" /></a>
</p>
</th>
<th>
<p>
<a href="https://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="images/vcss.gif" alt="Valid CSS!" />
</a>
</p>
</th>
</tr>
</table>
</div>
</body>
</html>