2020-01-29 15:06:49 +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>
|
2020-10-02 17:19:41 +05:30
|
|
|
start_page("./"); //path to root direction
|
2020-01-29 15:06:49 +01:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<h1>Screenshots</h1>
|
|
|
|
|
|
|
|
<script language=javascript>
|
|
|
|
images = [
|
2020-12-15 22:49:51 -07:00
|
|
|
{img:"screenshots/screenshot_1.png", txt:""},
|
|
|
|
{img:"screenshots/screenshot_2.png", txt:""},
|
|
|
|
{img:"screenshots/screenshot_3.png", txt:""},
|
|
|
|
{img:"screenshots/screenshot_4.png", txt:""},
|
|
|
|
{img:"screenshots/screenshot_5.png", txt:""},
|
|
|
|
{img:"screenshots/screenshot_6.png", txt:""},
|
|
|
|
{img:"screenshots/screenshot_7.png", txt:""},
|
|
|
|
{img:"screenshots/screenshot_8.png", txt:""},
|
|
|
|
{img:"screenshots/screenshot_9.png", txt:""},
|
|
|
|
{img:"screenshots/screenshot_10.png", txt:""},
|
|
|
|
{img:"screenshots/screenshot_11.png", txt:""},
|
|
|
|
{img:"screenshots/screenshot_12.png", txt:""},
|
|
|
|
{img:"screenshots/screenshot_13.png", txt:""},
|
|
|
|
{img:"screenshots/screenshot_14.png", txt:""},
|
|
|
|
{img:"screenshots/screenshot_15.png", txt:""},
|
|
|
|
{img:"screenshots/screenshot_16.png", txt:""},
|
|
|
|
{img:"screenshots/screenshot_17.png", txt:""},
|
2020-01-29 15:06:49 +01:00
|
|
|
];
|
|
|
|
galery(images, "200px");
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<script language=javascript>
|
|
|
|
end_page();
|
|
|
|
</script>
|
|
|
|
</html>
|