fipamo/public
ro 1e37580869
added front end scripting to recreate API
dropped in js from the old site to begin the process of wiring up the
API, but this time around, scripts will be served directly in browswer
rather than being transpiled through NPM/Babel, eliminating the need for
NPM.

also scripting will new modularized and served specifically for the
requirements of the page loading it. no more front loading everything.
only script that is needed for that page will be retrieved. if no
scripting is needed, none will be loaded.

The only casualty so far has been syntax highlighting due to prismjs
still being a common js module, but either this will be replaced with
another library or a custom syntax enginge will be created at a later
date
2024-03-06 11:53:40 -06:00
..
assets added front end scripting to recreate API 2024-03-06 11:53:40 -06:00
.htaccess The Big Flip 2024-02-29 11:09:17 -06:00
favicon.ico The Big Flip 2024-02-29 11:09:17 -06:00
index.php The Big Flip 2024-02-29 11:09:17 -06:00
robots.txt The Big Flip 2024-02-29 11:09:17 -06:00