diff options
-rw-r--r-- | the_philosophy_commune.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/the_philosophy_commune.html b/the_philosophy_commune.html index f82def9..b959968 100644 --- a/the_philosophy_commune.html +++ b/the_philosophy_commune.html @@ -43,12 +43,20 @@ table { </p> <ul> - <li><a href="">the start</a></li> + <li><a href="#start">the start</a></li> <li><a href="">the abstract</a></li> <li><a href="">the applied</a></li> </ul> </td> </tr> + + <table border="1" width="60%"> + <tr> + <td> + <h2 id="start">The start</h2> + </td> + </tr> + </table> </table> </center> |