aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbengoodger <bengoodger@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-08-23 18:33:44 +0000
committerbengoodger <bengoodger@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-08-23 18:33:44 +0000
commit684d6764fe778a11f50dff5569e29a5cdd959b1a (patch)
tree794771ede8b95d1f508db4a1336f52db35550219
parentWord. (diff)
downloadbreakpad-684d6764fe778a11f50dff5569e29a5cdd959b1a.tar.xz
Adding a test html file
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@3 4c0a9323-5329-0410-9bdc-e9ce6186880e
-rw-r--r--test.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/test.html b/test.html
new file mode 100644
index 00000000..b83f4ba3
--- /dev/null
+++ b/test.html
@@ -0,0 +1,9 @@
+<html>
+ <head>
+ <title>Test!</title>
+ </head>
+ <body>
+ <h1>Test!</h1>
+ <a href="http://www.bengoodger.com/">Goat</a>
+ </body>
+</html>