homepage/README.md

12 lines
443 B
Markdown
Raw Normal View History

2023-06-17 20:16:00 +00:00
# Andrew's Homepage
This project contains my hand-written HTML homepage for the world-wide-web.
It's meant to be deployed as a simple set of files on a server, and doesn't
use anything fancy beyond what can be done with a normal text editor and an
HTTP file server.
2024-03-16 16:41:08 +00:00
To develop it locally, it can help to run a local server, so for that, I've
included `local-server.d`, a D script you can run to boot up a server on
`http://localhost:8080`.