init III
This commit is contained in:
17
Perl Switchview/index.html
Normal file
17
Perl Switchview/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
||||
</head>
|
||||
<frameset rows="40,*">
|
||||
<frame src="top.html" noresize="noresize"name="Navigation">
|
||||
<frame src="bot.html" noresize="noresize"name="Daten">
|
||||
<noframes>
|
||||
<body>
|
||||
<h1>Alternativ-Inhalt</h1>
|
||||
<p>Wird angezeigt, wenn der Browser keine Frames darstellen kann.</p>
|
||||
<p>Mindest-Inhalt sollten eine Kurzbeschreibung und eine Sitemap sein.</p>
|
||||
</body>
|
||||
</noframes>
|
||||
</frameset>
|
||||
</html>
|
||||
Reference in New Issue
Block a user