Files
automatic-dispose/node_modules/gulp-include/test/fixtures/html/basic-include.html
2018-11-24 14:43:59 +01:00

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>