aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/contentviews/test_xml_html_data/inline.html
blob: 3e4b16b95809130ec99eb82ce8f378f7dd92372b (plain)
1
2
3
4
5
6
7
<html>
<head><title>Test Page</title></head>
<body>
    <p><i class="fa fa-alert"></i>Some things should be <b>inline</b>, some things shouldn't!</p>
    <i class="fa fa-warning"/>
</body>
</html>