species-of-things
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

src.js
application/javascript

Download raw (222 bytes)

;(function(undefined) {
    'use strict';
    var src = {
        "systems": "chapters/systems.html",
        "template": "chapters/template.html",
    }
    var docs = new HTML2print.Docs;
    docs.initialize(src);
})();