About this page
This page is currently unstyled....
This is because a lot of manual labor went into the styling for this main homepage. Maybe I want to create new styles. Who knows.
Including Basic JS functionality
Progresively adding some react
Above, I placed the following:
<?php echo "This was created inside a php tag"; ?>
It did not render. This is because the .php
file suffix is necessary, and does not exist here. This is true unless I can figure out how to tell the server to treat a .html
file as php.
This was me trying to figure out if php works when inside of an .html
file.
I do not feel like doing that.
An exact copy of this page exists as a .php
file. This is to show where PHP does and does not work.
This is some content change that I'm adding so that I can do approprate testing on mergify. I'm placing it here because this file, dev.html is hidden in the staging-content and main branches.
Another arbitrary change for mergify