Home | History | Annotate | Download | only in tools

Lines Matching refs:HTML

8 HTML = r'''
9 <!DOCTYPE html>
10 <html>
38 </html>
106 html = ''
109 html += GROUPS.format(groups=groups)
111 return html
120 html = HTML.format(groups=groups).strip()
121 html = re.sub('>\\s+<', '><', html)
122 print(html)