blob: 922726ca2e70af21b55269930a4eedc4d1e5e0ba (
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
|
<html>
<head>
<title>Cisco Networking Academy Program</title>
</head>
<frameset rows="80,*,10" framespacing="0" border="0" frameborder="0" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
<frameset cols="499,301">
<frame name="lheader" scrolling="no" noresize target="main" src="../header.html" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
<frame name="rheader" scrolling="no" noresize target="main" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" src="../rheader.html">
</frameset>
<frame name="main" src="1_0_0/index.html" scrolling="auto" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
<frame name="greybar" src="../sides.html" scrolling="no" noresize marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" target="main">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
|