source: test_server/forum.html@ 651

Last change on this file since 651 was 651, checked in by aleg, 15 years ago

Změněná cesta k GM a Char logům pro realmy 4 a 7.

File size: 407 bytes
Line 
1<html>
2<head>
3<title>A web page that points a browser to a different page after 2 seconds</title>
4<meta http-equiv="refresh" content="2; URL=http://127.0.0.1">
5<meta name="keywords" content="automatic redirection">
6</head>
7<body>
8If your browser doesn't automatically go there within a few seconds,
9you may want to go to
10<a href="http://127.0.0.1">the destination</a>
11manually.
12</body>
13</html>
Note: See TracBrowser for help on using the repository browser.