mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 23:36:00 +00:00
12 lines
520 B
PHP
12 lines
520 B
PHP
<?php
|
|
|
|
include ("home.php");
|
|
|
|
|
|
$g_lang["title_notg"] = "Create algorithm for graph";
|
|
$g_lang["text"] = "<p>Create own algorithm for graph using JavaScript. To learn more <a href=\"http://graphonline.ru/en/wiki/Development/Documentation\">read API documentation</a>.</p>\n";
|
|
$g_lang["m_title"] = "Create own algorithm on JavaScript for graph online";
|
|
$g_lang["m_keyWords"] = "graphs, creating of algorithm, JavaScript";
|
|
$g_lang["m_description"] = "Create algorithm on JavaScript for graph online";
|
|
|
|
?>
|