mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
26 lines
564 B
HTML
26 lines
564 B
HTML
<html>
|
|
<head>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
text1
|
|
<div/>
|
|
text2
|
|
<div>
|
|
text3
|
|
<div>text4</div>
|
|
text5
|
|
<div/>
|
|
text6
|
|
<div/>text7</div>
|
|
text8<![CDATA[text9]]>text10<![CDATA[text11]]><![CDATA[text12]]>text13
|
|
<div/>
|
|
<div/>
|
|
<!-- This is a comment -->
|
|
<div/>
|
|
text14
|
|
<div>entity1: & entity2: > entity3: < entity4: & entity5: > entity6: <</div>
|
|
<![CDATA[non-entity1: & non-entity2: > non-entity3: <]]>
|
|
</body>
|
|
</html>
|