packages feed

headroom-0.1.2.0: test-data/code-samples/html/with-doctype.html

<!--
    This is some comment.
    
-->
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <title>Test title</title>
    </head>
    <body>
        Hello, World!
    </body>
</html>