OSDN Git Service

7d0c8ac3b03bdc7998bf4e8e53588e8d3553852f
[mingw/website.git] / header.html
1 <!DOCTYPE HTML><!--
2  *
3  * header.html
4  *
5  * Specify the content for the fixed-position page header block,
6  * which is common to all MinGW.org web pages.
7  *
8  *
9  * $Id$
10  *
11  * Written by Keith Marshall <keith@users.osdn.me>
12  * Copyright (C) 2020, MinGW.org Project
13  *
14  *
15  * Redistribution and use in source and 'compiled' forms (SGML, HTML,
16  * PDF, PostScript, RTF, etc) with or without modification, are permitted
17  * provided that the following conditions are met:
18  *
19  * 1. Redistributions of source code must retain the above copyright
20  *    notice, this list of conditions and the following disclaimer as
21  *    the first lines of this file, unmodified.
22  *
23  * 2. Redistributions in compiled form (transformed to other DTDs,
24  *    converted to PDF, PostScript, RTF and other formats) must
25  *    reproduce the above copyright notice, this list of conditions
26  *    and the following disclaimer in the documentation and/or other
27  *    materials provided with the distribution.
28  *
29  * THIS DOCUMENTATION IS PROVIDED BY THE MINGW.ORG PROJECT "AS IS" AND
30  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
31  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
32  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE MINGW.ORG PROJECT, OR
33  * ITS CONTRIBUTORS, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
35  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
36  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
37  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39  * OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
40  * DAMAGE.
41  *
42  *
43  * Note: this page assumes browser support for the following numeric
44  * HTML entity codes:
45  *
46  *    &#8209;   non-breaking hyphen
47  *    &#8217;   typographic apostrophe
48  *
49 -->
50 <a href="index.html"><div id="logo"></div></a>
51 <div class="text">
52   <h1>Minimalist GNU for Windows</h1>
53   <ul id="navbar">
54     <li><a href="index.html">Home</a></li>
55     <li><a onclick="load_page_overlay('download.html',
56            'MinGW Downloads', 'MinGW.org File Release System')"
57          href="#"
58         >Downloads</a>
59     </li>
60     <li><a onclick="load_page_overlay('terms.html', 'MinGW Licensing',
61            'Terms of Use for MinGW.org Products and Resources')"
62            href="#"
63         >Licensing</a>
64     </li>
65     <li><a onclick="load_page_overlay('docrefs.html',
66            'MinGW Product Documentation',
67            'Links to Documentation Resources for MinGW.org Products')"
68          href="#"
69         >Documentation</a>
70     </li>
71     <li><a onclick="load_page_overlay('contact.html',
72            'Contacting MinGW.org',
73            'When the Web&#8209;Site doesn&#8217;t Provide an Answer')"
74          href="#"
75         >Contact Us</a>
76     </li>
77   </ul>
78 </div>
79
80 <!-- $RCSfile$: end of file -->