mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 06:08:24 +02:00
10 lines
247 B
HTML
10 lines
247 B
HTML
<html>
|
|
<head>
|
|
<title>Dummy test page</title>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"></meta>
|
|
</head>
|
|
<body>
|
|
<p>Dummy test page</p>
|
|
<a id="link_to_example_com" href="http://example.com/#linkclick">link</a>
|
|
</body>
|
|
</html>
|