summaryrefslogtreecommitdiff
path: root/test/modules/http2/htdocs/cgi/ssi/test.html
blob: 1782358d5aa2df686df4b1663735e4795fbc0d0d (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<html>
<head><meta charset="UTF-8"></head>
<body>
    test<br>
    <!--#include virtual="./include.inc"-->
    hello<br>
</body>
</html>