17 lines
277 B
HTML
17 lines
277 B
HTML
<html>
|
|
<head>
|
|
<title>Gecko Browser Startup Page</title>
|
|
|
|
</head>
|
|
|
|
<body bgcolor="#FFFFFF" text="#000000">
|
|
|
|
<h1>Welcome to the Gecko Browser</h1>
|
|
|
|
<P>
|
|
<a href="resource:/res/samples/test2.html"> This goes to test2.html for easy testing of Back/Forward</a>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|