-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (60 loc) · 2.33 KB
/
index.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
<HTML>
<HEAD>
<TITLE>Colegio Universitario "Dr. Rafael Belloso Chacín" - CECI - Complejo Electrónico de Computación e Informática</TITLE>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
<META content="es-ve" http-equiv="Content-Language">
<META content=General name=Rating>
<META content=es name=Language>
<link rel="SHORTCUT ICON" href="../favicon.ico">
<script language="JavaScript1.2">
<!--
/*
Auto Maximize Window Script- By Nick Lowe (nicklowe@ukonline.co.uk)
For full source code, 100's more free DHTML scripts, and Terms Of Use
Visit http://www.dynamicdrive.com
*/
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
//-->
</script>
<SCRIPT>
<!--
function goodbrowser()
{
if ((navigator.appName.indexOf('explorer')==-1)||(navigator.appName.indexOf('ape')==-1))
{
open('principal.html','_blank','status=yes,resizeable=yes,scrollbars=yes');
}
}
//-->
</SCRIPT>
</HEAD>
<BODY bgcolor="#000000" onMouseOver="window.status='CECI - Complejo Electronico de Computación e Informática'; return true;" OnMouseOut="window.status='Colegio Universitario Dr. Rafael Belloso Chacín'; return true;"><div align="center">
<table border="0" cellpadding="0" cellspacing="2" width="100%">
<tr>
<td><div align="center">
<br>
<table border="0" cellpadding="0" cellspacing="2" width="64">
<tr valign="middle" align="center">
<td valign="middle" align="center"><img src="imagenes/ceci3d.gif" width="158" height="321" border="0" alt="CECI - Complejo Electronico de Computación e Informática"></td>
</tr>
<tr valign="middle" align="center">
<td valign="middle" align="center"><br>
<a href="#" onclick="goodbrowser()">
<img src="imagenes/entrar.gif" width="66" height="25" border="0" alt="Haz Clic aqui para entrar"></a></td>
</tr>
</table>
</div>
</td>
</tr>
</table></div>
</BODY>
</HTML>