File: f_index.html

package info (click to toggle)
wmf 1.0.5-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 336 kB
  • ctags: 327
  • sloc: ansic: 5,384; makefile: 85; sh: 11
file content (31 lines) | stat: -rw-r--r-- 824 bytes parent folder | download | duplicates (5)
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
<html>

<head>
<title>Sample mailinglist</title>
</head>

<frameset rows="70,*" frameborder="noborder="0"">
    <frame src="head.html" name="head" marginwidth="1"
    marginheight="1">
    <frameset cols="245,*">
        <frame src="thread.html" name="menu" marginwidth="1"
        marginheight="1">
        <frame src="stats.html" name="text" marginwidth="1"
        marginheight="1">
    </frameset>
    <noframes>
    <body bgcolor="#FFFFFF">
    <center>
    <b>Urgent:</b>
    <p>
    The following page contains frames. This function will be supported by
    Netscape 2.0 and MS Explorer 3.0.
    <p>
    <b>Wichtige Mitteilung:</b>
    <p>
    Die von Ihnen angewhlte Seite enthlt Frames. Diese Funktion wird erst
    ab Netscape 2.0 und MS Explorer 3.0 untersttzt.
    </body>
    </noframes>
</frameset>
</html>