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