16 lines
351 B
HTML
16 lines
351 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Test</title>
|
|
</head>
|
|
<body>
|
|
<!--=include test.html -->
|
|
<!-- = include test.html -->
|
|
<!--=include test.html-->
|
|
<!-- =include test.html-->
|
|
<!-- =require test.html -->
|
|
<!-- = this is a comment without an include that happens to match -->
|
|
</body>
|
|
</html>
|