OSDN Git Service

Adapt index.html to serve arbitrarily specified content.
[mingw/website.git] / index.html
index 840ae87..3de3e67 100644 (file)
   <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 -->