-
Notifications
You must be signed in to change notification settings - Fork 1
/
indexorig.php
60 lines (58 loc) · 2.8 KB
/
indexorig.php
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META NAME="distribution" CONTENT="global">
<META NAME="resource-type" CONTENT="document">
<META NAME="language" CONTENT="en">
<META NAME="description" content="<? echo $_SERVER["SERVER_NAME"]; ?>">
<META NAME="keywords" content="<? echo $_SERVER["SERVER_NAME"]; ?>">
<title>The new website of <? echo $_SERVER["SERVER_NAME"]; ?></title>
<STYLE TYPE="text/css">
BODY { scrollbar-face-color: #CC0000; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #CCCCCC; scrollbar-darkshadow-color: #CC0000; scrollbar-track-color: #FF9900; scrollbar-arrow-color: #FFFFFF; }
</STYLE>
</head>
<body bgcolor="white" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
<center>
<table border="0" width="760" cellspacing="0" cellpadding="0">
<tr>
<td width="200"><img src="http://www.conexim.com.au/images/logo.gif" width="150" height="60" alt="Conexim Australia - web hosting" border="0"></td>
<td width="560" align="center"><font face="Verdana,Arial,Helvetica" size="2">
<b>Australia's Linux Web Hosting Company</b>
<br>
Quality local website hosting and custom web development solutions
<br><font size="1">Supported technologies: Apache, PHP, MySQL, SSL security, cgi-bin, PERL, Red Hat Linux</font>
</font>
</td>
</tr>
<tr><td colspan="2" bgcolor="#CC0000"><table cellpadding="0" cellspacing="1" border="0" width="100%" align="center"><tr>
<td bgcolor="#FF9900" align="right">
<font face="Verdana,Arial,Helvetica" size="1"><? print(strftime ("<b>%A</b>, %d %B %Y")); ?> </font>
</td>
</tr></table>
</td>
</tr>
</table>
<br clear="all"><br>
<table border="0" width="760" cellspacing="0" cellpadding="0">
<tr>
<td><br>
<font face="Arial,Helvetica" size="3">
<p>
<img src="http://www.conexim.com.au/new/maintenance.gif" height="77" width="106" align="left" alt="Maintenance" hspace="10">
<center><h1>Welcome!</h1></center>
This is the new home of <b><? echo $_SERVER["SERVER_NAME"]; ?></b>. Website content soon to be uploaded.</p>
</font>
</td>
</tr>
<tr><td>
<br><br><hr noshade>
<font face="Arial,Helvetica">
<p align="right"><i><font size="2">Conexim - Australian Webhosting</font></i>
<br><a href="http://www.conexim.com.au">www.conexim.com.au</a>
</p>
</font>
</td></tr>
</table>
</center>
</body>
</html>