-
Notifications
You must be signed in to change notification settings - Fork 0
/
servers.html
133 lines (124 loc) · 2.71 KB
/
servers.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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<head>
<title>Cold Servers</title>
</head>
<style type="text/css">
BODY {
color: black;
background-color: white;
background-image: url("images/bg-2.gif");
font-family: sans-serif; }
TT {
font-weight: normal;
font-style: normal;
font-family: courier; }
H1 { font-family: sans-serif; }
H2 { font-family: sans-serif; }
H3 { font-family: sans-serif; }
H4 { font-family: sans-serif; }
PRE { font-family: monospace; }
TH { font-family: sans-serif; }
TD { font-family: sans-serif; }
TABLE { border: 0; }
IMG { border: 0 }
</style>
<script language=javascript src="psrc.js">
</script>
<body bgcolor=#ffffff text=#000000 link=#2000bf vlink=#0f005f alink=#af002f>
<center>
<a href="index.html"><img src="images/cold-title.gif" alt="the Cold Software Project" width=499 height=53></a>
<table border=0 cellspacing=0 cellpadding=0 width=500>
<tr>
<td align=center width=500>
<a href="download.html"
onMouseOver="imgOver('cbar-download')"
onMouseOut="imgOut('cbar-download')"><img
name="cbar-download"
src="images/cbar-download.gif"
border=0
width=122
height=25
hspace=0
vspace=0
alt="[Download]"></a><a
href="reference.html"
onMouseOver="imgOver('cbar-reference')"
onMouseOut="imgOut('cbar-reference')"><img
name="cbar-reference"
src="images/cbar-reference.gif"
border=0
width=117
height=25
hspace=0
vspace=0
alt="[Reference]"></a><a
href="servers.html"
onMouseOver="imgOver('cbar-servers')"
onMouseOut="imgOut('cbar-servers')"><img
name="cbar-servers"
src="images/cbar-servers.gif"
border=0
width=91
height=25
hspace=0
vspace=0
alt="[Servers]"></a><a
href="contact.html"
onMouseOver="imgOver('cbar-contact')"
onMouseOut="imgOut('cbar-contact')"><img
name="cbar-contact"
src="images/cbar-contact.gif"
border=0
width=89
height=25
hspace=0
vspace=0
alt="[Contact]"></a><a
href="info.html"
onMouseOver="imgOver('cbar-info')"
onMouseOut="imgOut('cbar-info')"><img
name="cbar-info"
src="images/cbar-info.gif"
border=0
width=81
height=25
hspace=0
vspace=0
alt="[Info]"></a>
</td></tr></table>
</center>
<p>
<script langauge=javascript>
hilitePage("cbar-download");
</script>
<center>
<p>
<table border=0 width=450>
<tr>
<td>
<h1>Servers</h1>
<ul>
<li><a href="http://waywardmonkeys.com:1180/">White Sands</a></li>
</ul>
</td>
</tr>
</table>
<p>
<table border=0 cellspacing=0 cellpadding=1 width=500>
<tr>
<td bgcolor="#000000">
<table border=0 width="100%" cellspacing=1 cellpadding=3>
<tr>
<td bgcolor="#c0c0ff" align=center>
<font size=1>
Last Modified on
20-Feb-2007,
Copyright © 1995-2015
by Brandon Gillespie, for the Cold Project
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>