Add maps
BIN
maps/fgmap_0_0.png
Normal file
After Width: | Height: | Size: 809 KiB |
BIN
maps/fgmap_0_0_mini.png
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
maps/map11.png
Normal file
After Width: | Height: | Size: 131 KiB |
BIN
maps/map11_mini.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
maps/map15.png
Normal file
After Width: | Height: | Size: 239 KiB |
BIN
maps/map15_mini.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
maps/ta.png
Normal file
After Width: | Height: | Size: 20 MiB |
BIN
maps/ta_mini.png
Normal file
After Width: | Height: | Size: 49 KiB |
27
world.html
Normal 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>
|