1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-21 22:50:08 +03:00
libxml2/result/HTML/noscript.html

11 lines
206 B
HTML
Raw Permalink Normal View History

<!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>