HTML Render with example UI
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package org.openautonomousconnection.htmlparser.css;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public final class LayoutTree {
|
||||
public final List<LayoutBox> boxes = new ArrayList<>();
|
||||
}
|
||||
Reference in New Issue
Block a user