You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Las webs hechas con XQuickBox son una estructura de hijos. Todos los hijos son componentes, incluso la aplicaci贸n principal. Por tanto, podr铆amos definir que la estructura de una web XQuickBox es una red de hijos con hijos, una forma un poco m谩s literal de ver los archivos HTML, que incluso su objeto principal (<!DOCTYPE html></html>), que contiene TODAS las webs, se podr铆an usar como hijos de por ejemplo, un "<div>" cualquiera, aunque no se deba hacer.
XQuickBox funciona de la misma forma, toda aplicaci贸n tiene un componente equivalente al "<!DOCTYPE html></html>", que representa una App (tambi茅n tiene las mismas propiedades que los dem谩s), y aunque se puede usar como hijo de otros componentes, no se debe hacer.
"""
from Main.HtmlComponents import *
MyQuickWeb = Box(title='funny cats images', metaKeywords=['cats', 'cats lover', 'VIAJE A LAS ESTRELLAS']) # "Box", for practical purposes, it is a web page. A secure and fast environment where you can run it, test it and create it.