Add better description. Just a start.

This commit is contained in:
Hyperling 2022-10-06 07:11:58 -05:00
parent 7648f2f728
commit e8a1b7befd

View File

@ -1,2 +1,10 @@
# www
My Website
# My Website
Custom website rather than using WordPress or anything else that handles the code for you.
Rather than using apache or nginx just using Node.js to serve an HTML API. Gives more control.
Use HTML and PHP files for the content because it sounds fun and I like challenges.
Basically a "page" is just a program that echo's HTML content for the API.
Will likely play with some pages being Bash and other fun things.