diff options
Diffstat (limited to 'testing/tps/pages/page1.html')
-rw-r--r-- | testing/tps/pages/page1.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/tps/pages/page1.html b/testing/tps/pages/page1.html new file mode 100644 index 000000000..256c11c1c --- /dev/null +++ b/testing/tps/pages/page1.html @@ -0,0 +1,15 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<html> +<head> +<title>Crossweave Test Page 1</title> +</head> +<body> +<p> +Crossweave Test Page 1 +</p> +</body> +</html> + |