f73b042103511e691203eb7a9f5cd1658621f6c4
kate
  Wed Dec 14 09:59:40 2016 -0800
Include files for HTML static pages. refs #18504

diff --git src/hg/htdocs/gbPageStart.html src/hg/htdocs/gbPageStart.html
new file mode 100644
index 0000000..02a8e3c
--- /dev/null
+++ src/hg/htdocs/gbPageStart.html
@@ -0,0 +1,27 @@
+<!-- gbPageStart.html - Include file for GB static pages -->
+
+<html>
+    <head>
+        <meta charset="UTF-8">
+        <title>GB Static page template</title>
+        <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald:700|Lato:700,700italic,300,400,400italic">
+        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
+        <link rel="stylesheet" href="../style/bootstrap.min.css">
+        <link rel="stylesheet" href="../staticStyle/gbStatic.css">
+        <link rel="stylesheet" href="../style/gb.css">
+    </head>
+
+    <body>
+        <!-- Blue menu bar / hotlinks -->
+        <div>
+            <!--#include virtual="cgi-bin/hgMenubar"-->
+            <!-- Override nice-menu.css styling -->
+            <link rel="stylesheet" href="../style/gbAfterMenu.css">
+            <!-- Override default home link icon -->
+            <link rel="stylesheet" href="../style/gbLogoInMenu.css">
+        </div>
+
+        <!-- Grid layout from bootstrap.css -->
+        <div class="container-fluid">
+            <div class="gbsPage">
+