hfk-bremen
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

src.js
application/javascript

Download raw (257 bytes)

;(function(undefined) {
    'use strict';

    var src =         {
        "Text 1": "/structures/structure-text1.html",
        "Text 2": "/structures/structure-text2.html",

          }

    var docs = new HTML2print.Docs;
    docs.initialize(src);
})();