From: Keith Marshall Date: Tue, 27 Oct 2020 21:07:50 +0000 (+0000) Subject: Move charset assignment to valid file offset. X-Git-Url: http://git.osdn.net/view?p=mingw%2Fwebsite.git;a=commitdiff_plain;h=72b5d2b26031b97e27ebc423a592c36e4da6338b Move charset assignment to valid file offset. * index.html (charset): The HTML5 specification requires this meta-data attribute to be assigned within the first 1024 bytes of the page data; move it above the licensing terms, to keep it so. --- diff --git a/index.html b/index.html index 5be6e18..840ae87 100644 --- a/index.html +++ b/index.html @@ -2,58 +2,62 @@ * * index.html * - * $Id$ - * - * Written by Keith Marshall - * Copyright (C) 2020, MinGW.org Project - * - * - * Redistribution and use in source and 'compiled' forms (SGML, HTML, - * PDF, PostScript, RTF, etc) with or without modification, are permitted - * provided that the following conditions are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer as - * the first lines of this file, unmodified. - * - * 2. Redistributions in compiled form (transformed to other DTDs, - * converted to PDF, PostScript, RTF and other formats) must - * reproduce the above copyright notice, this list of conditions - * and the following disclaimer in the documentation and/or other - * materials provided with the distribution. - * - * THIS DOCUMENTATION IS PROVIDED BY THE MINGW.ORG PROJECT "AS IS" AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE MINGW.ORG PROJECT, OR - * ITS CONTRIBUTORS, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH - * DAMAGE. + * Default site landing page, and generic HTML loader template for all + * MinGW.org web-site content. * --> - - - Welcome to MinGW.org - - - - - - -
-
-

-

-

-
-
- + + + Welcome to MinGW.org + + + + + + + +
+
+

+

+

+
+
+ -