Ext.require('Ext.container.Viewport');

Ext.application({
    name: 'MVillaM',
    launch: function() {
        Ext.create('Ext.container.Viewport', {
            layout: 'fit',
            items: [
                {
                    title: 'Página inicial',
                    html : '<!-- Google Public Location Badge --><iframe src="http://www.google.com/latitude/apps/badge/api?user=4625496575812466283&type=iframe&maptype=hybrid&hl=es" width="600" height="600" frameborder="0"></iframe>'
                }
            ]
        });
    }
});
