OSDN Git Service

Add contact and mailing-list information pages.
[mingw/website.git] / index.html
index 840ae87..e40a986 100644 (file)
    * DAMAGE.
    *
   -->
+  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@500&family=Roboto&display=swap" />
   <link rel="stylesheet" href="site.css" />
   <script src="site.js"></script>
  </head>
- <body onload="new_page('about.html', 'Home of the MinGW and MSYS Projects')">
+ <body onload="load_page(document.URL)">
   <div id="header"></div>
   <div class="page-view">
    <div class="masthead">
-    <h1 id="page-title"></h1>
-    <h2 id="page-subtitle"></h2>
+    <h1 id="as-page-title"></h1>
+    <h2 id="as-page-subtitle"></h2>
    </div><!-- masthead --><hr />
    <div id="page-content"></div>
   </div><!-- page-view -->