program demobootstraptable; {$mode objfpc} uses JS, Classes, SysUtils, Web, hfIndex, p2jsres; begin With TfrmIndex.Create(Nil) do Show; end.