2020-01-29 14:53:21 +01:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
|
|
</head>
|
|
|
|
<script language=javascript src=common.js></script>
|
|
|
|
<script language=javascript>
|
|
|
|
start_page(""); //path to root direction
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<h1>World</h1>
|
|
|
|
<h2>Maps</h2>
|
|
|
|
<script language=javascript>
|
|
|
|
images = [
|
|
|
|
{img:"maps/map15.png", mini:"maps/map15_mini.png", txt:"Train map"},
|
|
|
|
{img:"maps/map11.png", mini:"maps/map11_mini.png", txt:"Lines in Grapeyard Superb"},
|
|
|
|
{img:"maps/fgmap_0_0.png", mini:"maps/fgmap_0_0_mini.png", txt:"Topographical map"},
|
|
|
|
{img:"maps/ta.png", mini:"maps/ta_mini.png", txt:"Satelite map"},
|
|
|
|
];
|
|
|
|
galery(images, "200px");
|
|
|
|
</script>
|
|
|
|
|
2020-01-29 15:06:49 +01:00
|
|
|
TODO: List of cities, a few words about each
|
2020-01-29 14:53:21 +01:00
|
|
|
|
|
|
|
<script language=javascript>
|
|
|
|
end_page();
|
|
|
|
</script>
|
|
|
|
</html>
|