Self-loading HTML

1 min read Original article ↗

The CSS and JavaScript of this page are the page itself. This means that the HTML file is also the CSS file and the JavaScript file, all in one.

A <link rel="stylesheet" href="." /> and a <script src="."></script> are used to load the CSS and JavaScript.