mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
10 lines
144 B
HTML
10 lines
144 B
HTML
<html>
|
|
<head>
|
|
<title>Hello world</title>
|
|
</head>
|
|
<body>
|
|
This is a not well-formed<br>
|
|
html files with undeclared entities
|
|
</body>
|
|
</html>
|