OSDN Git Service

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