diff options
author | John Koleszar <jkoleszar@google.com> | 2010-05-18 11:58:33 -0400 |
---|---|---|
committer | John Koleszar <jkoleszar@google.com> | 2010-05-18 11:58:33 -0400 |
commit | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 (patch) | |
tree | 1f3b9019f28bc56fd3156f96e5a9653a983ee61b /examples/includes/HTML-Toc-0.91/t/SiteMap | |
download | libvpx-0ea50ce9cb4b65eee6afa1d041fe8beb5abda667.tar.gz |
Initial WebM releasev0.9.0
Diffstat (limited to 'examples/includes/HTML-Toc-0.91/t/SiteMap')
7 files changed, 35 insertions, 0 deletions
diff --git a/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir1/SubSubDir1/index.htm b/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir1/SubSubDir1/index.htm new file mode 100644 index 000000000..5288cded5 --- /dev/null +++ b/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir1/SubSubDir1/index.htm @@ -0,0 +1,5 @@ +<html>
+<head>
+<title>SubSub1</title>
+</head>
+</html>
diff --git a/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir1/index.htm b/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir1/index.htm new file mode 100644 index 000000000..c93821201 --- /dev/null +++ b/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir1/index.htm @@ -0,0 +1,5 @@ +<html>
+<head>
+<title>Sub1</title>
+</head>
+</html>
diff --git a/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir2/SubSubDir1/index.htm b/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir2/SubSubDir1/index.htm new file mode 100644 index 000000000..5288cded5 --- /dev/null +++ b/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir2/SubSubDir1/index.htm @@ -0,0 +1,5 @@ +<html>
+<head>
+<title>SubSub1</title>
+</head>
+</html>
diff --git a/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir2/SubSubDir2/index.htm b/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir2/SubSubDir2/index.htm new file mode 100644 index 000000000..eaadf8c8f --- /dev/null +++ b/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir2/SubSubDir2/index.htm @@ -0,0 +1,5 @@ +<html>
+<head>
+<title>SubSub2</title>
+</head>
+</html>
diff --git a/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir2/index.htm b/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir2/index.htm new file mode 100644 index 000000000..8445eb126 --- /dev/null +++ b/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir2/index.htm @@ -0,0 +1,5 @@ +<html>
+<head>
+<title>Sub2</title>
+</head>
+</html>
diff --git a/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir3/index.htm b/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir3/index.htm new file mode 100644 index 000000000..cf9aa99b6 --- /dev/null +++ b/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir3/index.htm @@ -0,0 +1,5 @@ +<html>
+<head>
+<title>Sub3</title>
+</head>
+</html>
diff --git a/examples/includes/HTML-Toc-0.91/t/SiteMap/index.htm b/examples/includes/HTML-Toc-0.91/t/SiteMap/index.htm new file mode 100644 index 000000000..864b0b5a6 --- /dev/null +++ b/examples/includes/HTML-Toc-0.91/t/SiteMap/index.htm @@ -0,0 +1,5 @@ +<html>
+<head>
+<title>Main</title>
+</head>
+</html>
|