This commit is contained in:
Hume2 2020-01-29 14:53:21 +01:00
parent 5fdf91d176
commit 6327b8d5fc
9 changed files with 27 additions and 0 deletions

BIN
maps/fgmap_0_0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 KiB

BIN
maps/fgmap_0_0_mini.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
maps/map11.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

BIN
maps/map11_mini.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
maps/map15.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

BIN
maps/map15_mini.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
maps/ta.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 MiB

BIN
maps/ta_mini.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

27
world.html Normal file
View File

@ -0,0 +1,27 @@
<!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>
<script language=javascript>
end_page();
</script>
</html>