diff options
author | nathansmith117 <nathansmith117@sdf.org> | 2024-05-23 22:24:45 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith117@sdf.org> | 2024-05-23 22:24:45 -0600 |
commit | ac49d20bd4bfd866718df228d6d5c94f906303a3 (patch) | |
tree | db1b04f36204602517bf888cb732dcab2c25e4e8 | |
parent | 2a21aaea4d43e7b297f6f03d71ca08869fb21873 (diff) |
I tried braining but barin failed me
-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> |