Add alt attribute to image. Update to HTML 4.01 Transitional.
This commit is contained in:
parent
496b753ede
commit
0f41f674c0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12482
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/news/news.sgml,v 1.32 2001/12/08 06:10:09 murray Exp $">
|
<!ENTITY date "$FreeBSD: www/en/news/news.sgml,v 1.33 2002/01/10 07:59:53 keramida Exp $">
|
||||||
<!ENTITY title "FreeBSD News">
|
<!ENTITY title "FreeBSD News">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
|
||||||
<img src="../gifs/news.jpg" align="right" border="0">
|
<img src="../gifs/news.jpg" alt="FreeBSD News" align="right" border="0">
|
||||||
|
|
||||||
<h2>Local news</h2>
|
<h2>Local news</h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue