-
Notifications
You must be signed in to change notification settings - Fork 0
/
legal_notices.html~
58 lines (40 loc) · 1.09 KB
/
legal_notices.html~
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
<html>
<head>
<link rel="shortcut icon" href="icon_blue.ico">
<link rel="icon" href="icon_blue.jpg">
<title>Legal Notices</title>
<style type="text/css">
body {background: url(background.jpg); background-repeat: no-repeat;}
</style>
</head>
<body bgcolor="white" link="blue">
<font style="font-family:arial,helvetica,sans-serif" color="black">
<table width="450" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<img src="banner_blue.jpg">
</td>
</tr>
<table width="450" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
<b>Disclaimer</b>
<p>
The ideas and opinions expressed on this website are my own, and do not necessarily reflect those of my employer.
</p>
<b>Copyright</b>
<p>
Unless otherwise indicated, materials on this website were produced by me. You can request my permission to use them for non-commercial purposes.
</p>
<b>Photo Credit</b>
<p>
The cover image shows a Digital Equipment Corporation VT100 terminal. It was made
with
Gimp using a photo from the University of Amsterdam Computer Museum online archives.
</p>
</td>
</tr>
</table>
</font>
</body>
</html>