First commit 05/07/2001

This commit is contained in:
2021-09-12 22:44:33 +02:00
commit 7f547252c2
189 changed files with 43450 additions and 0 deletions

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<HTML>
<HEAD>
<TITLE>Presentacion</TITLE>
</HEAD>
<BODY bgcolor="#000000">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
ID=Presentacion WIDTH=100% HEIGHT=100%>
<PARAM NAME=movie VALUE="images/Presentacion.swf"> <PARAM NAME=loop VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="images/Presentacion.swf" loop=false quality=high bgcolor=#000000 WIDTH=100% HEIGHT=100% TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</BODY>
</HTML>