summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLHeadElement.idl
blob: 4a374458d001f88ac369d59e84db939ede0c36da (plain)
1
2
3
4
5
6
7
#import <HTML/HTMLElement.idl>

interface HTMLHeadElement : HTMLElement {



};