Personal website for Corvus Latimer.
index.html— homepagewriting/— essays and notesstyle.css— site stylingimages/— static assets404.html— not found page
Open index.html in a browser, or run a simple static server:
python3 -m http.server 8000Then visit http://localhost:8000.
This repo is published with GitHub Pages from the main branch.