OSDN Git Service

Improve http status 404 notifications.
[mingw/website.git] / index.html
1 <!DOCTYPE HTML><!--
2  *
3  * index.html
4  *
5  * Default site landing page, and generic HTML loader template for all
6  * MinGW.org web-site content.
7  *
8 -->
9 <html lang="en">
10  <head>
11   <meta charset="utf-8" />
12   <title>Welcome to MinGW.org</title>
13   <!--
14    * $Id$
15    *
16    * Written by Keith Marshall <keith@users.osdn.me>
17    * Copyright (C) 2020, MinGW.org Project
18    *
19    *
20    * Redistribution and use in source and 'compiled' forms (SGML, HTML,
21    * PDF, PostScript, RTF, etc) with or without modification, are permitted
22    * provided that the following conditions are met:
23    *
24    * 1. Redistributions of source code must retain the above copyright
25    *    notice, this list of conditions and the following disclaimer as
26    *    the first lines of this file, unmodified.
27    *
28    * 2. Redistributions in compiled form (transformed to other DTDs,
29    *    converted to PDF, PostScript, RTF and other formats) must
30    *    reproduce the above copyright notice, this list of conditions
31    *    and the following disclaimer in the documentation and/or other
32    *    materials provided with the distribution.
33    *
34    * THIS DOCUMENTATION IS PROVIDED BY THE MINGW.ORG PROJECT "AS IS" AND
35    * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
36    * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
37    * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE MINGW.ORG PROJECT, OR
38    * ITS CONTRIBUTORS, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
39    * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40    * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
41    * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
42    * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
43    * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
44    * OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
45    * DAMAGE.
46    *
47   -->
48   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@500&family=Roboto&display=swap" />
49   <link rel="stylesheet" href="site.css" />
50   <script src="site.js"></script>
51  </head>
52  <body onload="load_page(document.URL)">
53   <div id="header"></div>
54   <div class="page-view">
55    <div class="masthead">
56     <h1 id="as-page-title"></h1>
57     <h2 id="as-page-subtitle"></h2>
58    </div><!-- masthead --><hr />
59    <div id="page-content"></div>
60   </div><!-- page-view -->
61  </body>
62 </html>
63 <!-- $RCSfile$: end of file -->