Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Save Code
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html lang="en"> <head> <title>Philosophy</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> </head> <body class="w3-content"> <div class="w3-container"> <h1>Philosopy</h1> <h3>Table of Contents</h3> <p> <a href="philosophy_chapter1.htm">1. Metaphysics</a> </p> <p> <a href="philosophy_chapter2.htm">2. Epistemology</a> </p> <p> <a href="philosophy_chapter3.htm">3. Logics</a> </p> <p> <a href="philosophy_chapter4.htm">4. Ethics</a> </p> <p> <a href="philosophy_chapter5.htm">5. Aesthetics</a> </p> </div> </body> </html>