diff --git a/engine/main.js b/engine/main.js index b6a7f43..eff33fb 100644 --- a/engine/main.js +++ b/engine/main.js @@ -33,38 +33,39 @@ const load = async (url, baseUrl = null) => { window.load = load; -const demos = [ - [ 'https://serenityos.org', '8/10' ], - [ 'https://info.cern.ch/hypertext/WWW/TheProject.html', '9/10' ] -]; - -const supported = [ - 'html parsing (partial)', - 'css parsing (partial)', - 'basic inline and block model', - 'renderer', - 'user agent stylesheet', - ' `), new URL('/', location.href)); +}; + +if (location.search) load(location.search.slice(1)); + else welcome(); // load('https://serenityos.org'); // load('https://info.cern.ch/hypertext/WWW/TheProject.html');