9 lines
224 B
HTML
9 lines
224 B
HTML
<html>
|
|
<body>
|
|
<p>Hello. An include should follow:</p>
|
|
|
|
<!-- #include file="./test_include.html" -->
|
|
<!-- #include file="./yet_another_include.html" -->
|
|
<p>Goodbye. The includes should be above.</p>
|
|
</body>
|
|
</html>
|