🐱 Simo is assembling components...
Our cat is hard at work!⌛
Cancell
With Simo, you can break down your HTML file into smaller sections like the header ,
footer , and other parts of your site, and load each section asynchronously.
This improves site speed and makes managing and updating your code easier.
Additionally, instead of repeating commonly used sections like the header and footer on every
page, you can simply call their components
In Simo, each component is essentially an HTML file that does not require a head and body
structure.
First, create a new file named myside.html
Now, create the myheader.html file.
Now, you can use these two files anywhere in your master files by using the <simo> tag and the import command.