diff options
author | bengoodger <bengoodger@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2006-08-23 18:33:44 +0000 |
---|---|---|
committer | bengoodger <bengoodger@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2006-08-23 18:33:44 +0000 |
commit | 684d6764fe778a11f50dff5569e29a5cdd959b1a (patch) | |
tree | 794771ede8b95d1f508db4a1336f52db35550219 /test.html | |
parent | Word. (diff) | |
download | breakpad-684d6764fe778a11f50dff5569e29a5cdd959b1a.tar.xz |
Adding a test html file
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@3 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'test.html')
-rw-r--r-- | test.html | 9 |
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>
|