File: index.html

package info (click to toggle)
log4net 1.2.10%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 16,716 kB
  • ctags: 3,590
  • sloc: cs: 25,174; xml: 8,133; cpp: 91; makefile: 57; ansic: 7
file content (21 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"> 
<html>
	<head>
		<meta name="Robots" content="noindex">
		<title>log4net-sdk</title>
		<script language="JavaScript">
		// ensure this page is not loaded inside another frame
		if (top.location != self.location)
		{
			top.location = self.location;
		}
		</script>
	</head>
	<frameset cols="250,*" framespacing="6" bordercolor="#6699CC">
		<frame name="contents" src="contents.html" frameborder="0" scrolling="no">
		<frame name="main" src="log4net.html" frameborder="1">
		<noframes>
			<p>This page requires frames, but your browser does not support them.</p>
		</noframes>
	</frameset>
</html>