Adding a test html file

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@3 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
bengoodger 2006-08-23 18:33:44 +00:00
parent 798478c323
commit 684d6764fe

9
test.html Normal file
View file

@ -0,0 +1,9 @@
<html>
<head>
<title>Test!</title>
</head>
<body>
<h1>Test!</h1>
<a href="http://www.bengoodger.com/">Goat</a>
</body>
</html>