ideenmanagement/templates/modern/ausschuss_frame.html
2023-03-09 11:22:13 +01:00

22 lines
705 B
HTML
Executable File

<html>
<head>
<title>Ideenmanagement</title>
<link type="text/css" rel="stylesheet" href="css/styles_refill.css">
</head>
<style type='text/css'>
</style>
<frameset rows="1*" cols="250, 76%" border="0">
<frame name="menu_ausschuss" scrolling="auto" marginwidth="10" marginheight="14" namo_target_frame="detail" src="menu_ausschuss.php" />
<frame name="ausschuss_haupt" scrolling="yes" marginwidth="0" marginheight="0" src="hauptframe_ausschuss.php">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>To view this page correctly, you need a Web browser that supports frames.</p>
</body>
</noframes>
</frameset>
</html>