Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 621 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 621 Bytes

Description

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.

Creating code

  1. Create a directory with the name of the template.
  2. Create an index.html file inside the created directory.
  3. Create a style.css file inside the created directory.

Using the loader

  1. Copy the template loader to your desired location.
  2. Reference your template.
  3. Open with a server(http-server, etc.)