serverus/tests/www/includes/with_lots_of_includes.html

12 lines
327 B
HTML

<html>
<body>
<p>Hello. Markdown should follow:</p>
<!-- #include file="./some_markdown.md" -->
<!-- #include file="./subdir/a-random-text-file.txt" -->
<!-- #include file="./test_include.html" -->
<!-- #include file="./yet_another_include.html" -->
<p>Goodbye. The include should be above.</p>
</body>
</html>