How We Begin

We start by just writing html in our text editor and uploading it to the right asset folder. This means we will have to do everything we eventually expect a script to do.

Learnings

If we don't try to take over the page then the page can be naturally responsive. We should hang on to this as long as possible.

We can add whatever file organization we want so long as every path starts with "home" and subdirectories access this with "../".


Back to Index