Alex: PHP CGI

Beitrag lesen

das ist der quelltext
<!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">
<title>&#160;&#160;&#160;&#123;&#62;DH&#60;&#125;<title>
<style type="text/css">

p[align] { color:blue; font-size:15px; align:center; }
</style>
</head>
<frameset cols="13%,87%">
<frame src="sidebar.html" name="Navigation">
  <frameset rows="20%,75%,5%">
    <frame src="title.html" name="title">
<frame src="main.html" name="main">
<frame src="credits.html" name="credits">
  </frameset>
</frameset>
<noframes>
<body bgcolor="silver" text="blue" link="grey">
<p><a href="sidebar.html">Navigation</a> <a href="title.html">title</a><br></br>
<a href="main.html">main</a> <a href="credits.html">credits</a>

</body>
</html>