blob: 529aad04371dc4a394468a6a516d60b9b2f28d48 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<HTML>
<HEAD>
<TITLE>/include.shtml</TITLE>
</HEAD>
<BODY>
<H1>/include.shtml</H1>
<P>Include /misc/friedrich.html:
<!--#include virtual="/misc/friedrich.html"-->
<P>Include /misc/not_defined.html:
<!--#include virtual="/misc/not_defined.html"-->
<P>Include misc/friedrich.html:
<!--#include file="misc/friedrich.html"-->
<P>Include not_defined.html:
<!--#include file="not_defined.html"-->
<P>[<A HREF="ssi.html">Back</A>]
</BODY>
</HTML>
|