summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/html40-frameset.html
blob: 91a568c2ce0550030f3de3728f19591ab40646b0 (plain)
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
34
35
36
37
38
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<html>

<head>
  <title>test HTML 4.0 Frameset document</title>
  <link rev="made" href="mailto:gerald@w3.org">
  <meta name="revision"
    content="$Id: html40-frameset.html,v 1.2 1999-09-17 08:45:42 gerald Exp $">
</head>

<frameset>

<frame src="html40-strict.html">

<noframes>

<p>
This is a test HTML 4.0 Frameset document.
</p>

<p>
See: <a href="./">W3C HTML Validation Service: Tests</a>
</p>

<hr>

<address>
  <a href="http://validator.w3.org/check/referer">valid HTML</a><br>
  <a href="/feedback.html">Gerald Oskoboiny</A><br>
     $Date: 1999-09-17 08:45:42 $
</address>

</noframes>

</frameset>

</html>