Simple specification for creating HTML and CSS code that can be imported. Differs from other common formats in that it is just client code and does not use complicate JavaScript libraries/frameworks such as React or WebComponents. Includes template loader for viewing code.
- Create a directory with the name of the template.
- Create an index.html file inside the created directory.
- Create a style.css file inside the created directory.
- Copy the template loader to your desired location.
- Reference your template.
- Open with a server(http-server, etc.)