Added BrowserInitPage.html for easy testing of browser features git-svn-id: svn://10.0.0.236/trunk@20415 18797224-902f-48f8-a5cc-f745e15eee43
19 lines
384 B
HTML
19 lines
384 B
HTML
<html>
|
|
<head>
|
|
<title>Gecko Browser Startup Page</title>
|
|
|
|
</head>
|
|
|
|
<body bgcolor="#FFFFFF" text="#000000">
|
|
|
|
<h1>Welcome to the Gecko Browser</h1>
|
|
|
|
<P><br></p>
|
|
<a href=http://aka/aka/index.html> This tests Username & Password Dialog </a>
|
|
<P> </p>
|
|
<a href="resource:/res/samples/test2.html"> This goes to test2.html for easy testing of Back/Forward </a>
|
|
<P><br></p>
|
|
|
|
</body>
|
|
</html>
|