mirror of
https://github.com/AdaCore/VSS.git
synced 2026-02-12 13:06:25 -08:00
11 lines
256 B
HTML
11 lines
256 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Test of the 'html' end tag omitting</title>
|
|
</head>
|
|
<body>
|
|
<p>Welcome to this example.</p>
|
|
</body>
|
|
</html>
|
|
<!-- Comment after the end tag of the 'html' element -->
|