OSDN Git Service

Execute embedded scripts on overlay-page load.
[mingw/website.git] / index.html
index e40a986..45eb993 100644 (file)
@@ -3,18 +3,18 @@
  * index.html
  *
  * Default site landing page, and generic HTML loader template for all
- * MinGW.org web-site content.
+ * MinGW.OSDN web-site content.
  *
 -->
 <html lang="en">
  <head>
-  <meta charset="utf-8" />
-  <title>Welcome to MinGW.org</title>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+  <title>Welcome to MinGW.OSDN</title>
   <!--
    * $Id$
    *
    * Written by Keith Marshall <keith@users.osdn.me>
-   * Copyright (C) 2020, MinGW.org Project
+   * Copyright (C) 2020, 2021, MinGW.OSDN Project
    *
    *
    * Redistribution and use in source and 'compiled' forms (SGML, HTML,
    *    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
+   * THIS DOCUMENTATION IS PROVIDED BY THE MINGW.OSDN 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.OSDN 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,
   <div id="header"></div>
   <div class="page-view">
    <div class="masthead">
-    <h1 id="as-page-title"></h1>
-    <h2 id="as-page-subtitle"></h2>
+    <!-- The HTML specification disallows empty headings -->
+    <!-- so, insert invisible place-holders, which we may -->
+    <!-- override later, by overlay page scripting -->
+    <h1 id="page-title"><span style="display:none">:</span></h1>
+    <h2 id="page-subtitle"><span style="display:none">:</span></h2>
    </div><!-- masthead --><hr />
    <div id="page-content"></div>
   </div><!-- page-view -->