|
|
|
|
|
by dyanaraps
2459 days ago
|
|
Yeah, I spent a lot of time ensuring the website would load quickly and I do away with a lot of "optional" cruft. There's no Javascript full stop, no stylesheets (all CSS is embedded in each page) and every page load is a single web request (with the exception of the screenshots page). Even the SVG logo is embedded in the pages! Writing it this way also causes each page to be self contained, a download of the HTML page includes all of the CSS, logo and information so it can easily be saved and viewed locally. :) |
|