diff options
| -rw-r--r-- | nathans_philosophy.html | 12 | 
1 files changed, 12 insertions, 0 deletions
diff --git a/nathans_philosophy.html b/nathans_philosophy.html index 5cc34d5..e9e925a 100644 --- a/nathans_philosophy.html +++ b/nathans_philosophy.html @@ -134,6 +134,9 @@ table {              <tr>                  <td>                      <h2 id="darwinism">Darwinism</h2> +                    <p> +                        Still being worked on. +                    </p>                  </td>              </tr>          </table> @@ -142,6 +145,9 @@ table {              <tr>                  <td>                      <h2 id="universe">The Universe</h2> +                    <p> +                        Still being worked on. +                    </p>                  </td>              </tr>          </table> @@ -150,6 +156,9 @@ table {              <tr>                  <td>                      <h2 id="social">Social Issues</h2> +                    <p> +                        Still being worked on. +                    </p>                  </td>              </tr>          </table> @@ -158,6 +167,9 @@ table {              <tr>                  <td>                      <h2 id="economics">Economics</h2> +                    <p> +                        Still being worked on. +                    </p>                  </td>              </tr>          </table>  | 
