File Structure

How the source files are organized.

The source code files that make up the Markup Framework are organised as follows:

assets/
  fonts/
  images/
  javascript/
  styles/
demos/
index.html

At the top level, there is a single file, index.html, and two directories, assets/ and demos/. The assets directory contains CSS style sheets, JavaScript files, and a collection of open source fonts. The demos directory contains the demonstration pages, which you can view online here or explore by opening the index.html file in a Web browser and following the link to the demos.