|
root / base / usr / src / contrib / libxml2 / result / HTML / noscript.html
noscript.html HTML 11 lines 206 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<!DOCTYPE html>
<html>
    <head>
        <title>omg</title>
        <noscript><link rel="stylesheet" href="http://foo.com"></noscript>
    </head>
    <body id="xxx">
        <p>yo</p>
    </body>
</html>