public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] about.html - transform into a "real" page
@ 2018-09-02 11:27 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2018-09-02 11:27 UTC (permalink / raw)
  To: gcc-patches

While having just a line with a <meta> tag that redirects works in
practice, that doesn't make a valid HTML document, so let's fix this
by building out an HTML structure skeleton (incl. DOCTYPE).

Committed.

Gerald

Index: gcc.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.html,v
retrieving revision 1.1
retrieving revision 1.3
diff -u -r1.1 -r1.3
--- gcc.html	7 Jan 2013 22:43:06 -0000	1.1
+++ gcc.html	2 Sep 2018 11:25:31 -0000	1.3
@@ -1 +1,7 @@
+<!DOCTYPE html>
+<html>
+<head>
 <meta http-equiv="refresh" content="0; url=index.html">
+<title>GCC, the GNU Compiler Collection</title>
+</head>
+</html>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-02 11:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-02 11:27 [wwwdocs] about.html - transform into a "real" page Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).