9 lines
176 B
HTML
9 lines
176 B
HTML
<html>
|
|
<body>
|
|
<p>Hello. Text should follow:</p>
|
|
|
|
<!-- #include file="./subdir/a-random-text-file.txt" -->
|
|
|
|
<p>Goodbye. The include should be above.</p>
|
|
</body>
|
|
</html>
|