Add alt attributes to images. Update to HTML 4.01 Transitional.
This commit is contained in:
parent
c3ef386944
commit
a1ca4b06c2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12485
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<!doctype HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/prstats/index.sgml,v 1.2 2001/11/15 20:31:08 asmodai Exp $">
|
||||
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/prstats/index.sgml,v 1.3 2001/11/18 16:13:07 murray Exp $">
|
||||
<!ENTITY email 'freebsd-www'>
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY graphdir CDATA "">
|
||||
|
@ -34,16 +34,16 @@
|
|||
<h2>Previous 30 days</h2>
|
||||
|
||||
<p>
|
||||
<center><img src="&graphdir;gnats30.png"></center>
|
||||
<center><img src="&graphdir;gnats30.png" alt="Graph of last 30 days"></center>
|
||||
|
||||
<h2>Previous year</h2>
|
||||
|
||||
<p>
|
||||
<center><img src="&graphdir;gnats365.png"></center>
|
||||
<center><img src="&graphdir;gnats365.png" alt="Graph of last year"></center>
|
||||
<h2>Project lifetime</h2>
|
||||
|
||||
<p>
|
||||
<center><img src="&graphdir;gnats.png"></center>
|
||||
<center><img src="&graphdir;gnats.png" alt="Graph over project lifetime"></center>
|
||||
|
||||
<p>These graphs are generated by <a href="http://cvsweb.freebsd.org/www/tools/prstats/">a couple of Tcl Scripts.</a>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue