mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 10:53:36 +00:00
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:
parent
798478c323
commit
684d6764fe
1 changed files with 9 additions and 0 deletions
9
test.html
Normal file
9
test.html
Normal 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>
|
Loading…
Reference in a new issue