Fix broken links for .gif files
This commit is contained in:
parent
9917b4f6b9
commit
7179b7168b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4260
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$Date: 1999-02-08 19:26:11 $">
|
<!ENTITY date "$Date: 1999-02-09 20:41:18 $">
|
||||||
<!ENTITY title "Sobre el servidor WWW de FreeBSD">
|
<!ENTITY title "Sobre el servidor WWW de FreeBSD">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
<!-- $Id: about.sgml,v 1.1.1.1 1999-02-08 19:26:11 wosch Exp $ -->
|
<!-- $Id: about.sgml,v 1.2 1999-02-09 20:41:18 jesusr Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
|
||||||
<h2>La Máquina</h2>
|
<h2>La Máquina</h2>
|
||||||
|
|
||||||
<img src="../gifs/powerlogo.gif" alt="" align="right"> <p>La
|
<img src="../../gifs/powerlogo.gif" alt="" align="right"> <p>La
|
||||||
máquina, <tt>www.freebsd.org</tt>, también conocida
|
máquina, <tt>www.freebsd.org</tt>, también conocida
|
||||||
como <tt>freefall.freebsd.org</tt>, es un Pentium Pro 400Mhz con
|
como <tt>freefall.freebsd.org</tt>, es un Pentium Pro 400Mhz con
|
||||||
una placa base PCI, 256 Mb de RAM y 4Gb de disco duro. El sistema
|
una placa base PCI, 256 Mb de RAM y 4Gb de disco duro. El sistema
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
<h2>El Software</h2>
|
<h2>El Software</h2>
|
||||||
|
|
||||||
<img src="../gifs/apachepower.gif" alt="" align="right"><p>
|
<img src="../../gifs/apachepower.gif" alt="" align="right"><p>
|
||||||
Estas páginas son servidas por el versátil y eficiente
|
Estas páginas son servidas por el versátil y eficiente
|
||||||
<a href="http://www.apache.org/">servidor http APACHE</a>. Además
|
<a href="http://www.apache.org/">servidor http APACHE</a>. Además
|
||||||
se han incluido una serie de scripts CGI. La indexación de
|
se han incluido una serie de scripts CGI. La indexación de
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
<h2>Las Páginas</h2>
|
<h2>Las Páginas</h2>
|
||||||
|
|
||||||
<img src="../gifs/lynx.gif" alt="" align="right">
|
<img src="../../gifs/lynx.gif" alt="" align="right">
|
||||||
<p>Estas páginas han sido creadas por John Fieber <a
|
<p>Estas páginas han sido creadas por John Fieber <a
|
||||||
href="http://www.freebsd.org/~jfieber/"><jfieber@freebsd.org></a>
|
href="http://www.freebsd.org/~jfieber/"><jfieber@freebsd.org></a>
|
||||||
con participación de la comunidad FreeBSD y <b>tú</b>.
|
con participación de la comunidad FreeBSD y <b>tú</b>.
|
||||||
|
|
Loading…
Reference in a new issue