Edit in JSFiddle

/*
 * F2 Docs 
 * http://docs.openf2.org
 *
 * Container Development: batch requesting apps
 *
 */
var _appConfigs = [
    {
        appId: 'com_openf2_examples_csharp_cds',
        manifestUrl: 'http://www.openf2.org/Examples/Apps',
        name: 'Example CDS',
        enableBatchRequests: true
    },
    {
        appId: 'com_openf2_examples_csharp_marketnews',
        manifestUrl: 'http://www.openf2.org/Examples/Apps',
        name: 'Example News',
        enableBatchRequests: true
    }
];

$(function(){
    F2.init();
    F2.registerApps(_appConfigs);
});
<!-- App is appended to <body> -->
/** Boostrap CSS is an external reference */
body {
    margin: 20px;
}

External resources loaded into this fiddle: