9 lines
246 B
HTML
9 lines
246 B
HTML
<html>
|
|
<body>
|
|
<p>Hello. An include should follow:</p>
|
|
|
|
<!-- #include "./non-existent-include.txt" or "./test_include.html" -->
|
|
<!-- #include "./yet_another_include.html" -->
|
|
<p>Goodbye. The includes should be above.</p>
|
|
</body>
|
|
</html>
|