12 lines
257 B
HTML
12 lines
257 B
HTML
<html>
|
|
<head>
|
|
<title>Page has moved!!</title>
|
|
</head>
|
|
<body>
|
|
<h1>Page has moved!!</h1>
|
|
<p style="font-size: 120%">This portion of the Bugzilla guide is now located
|
|
at <a href="os-specific.html#os-win32">os-specific.html#os-win32</a>.</p>
|
|
</body>
|
|
</html>
|
|
|