Update main.php

This commit is contained in:
Victor Schmidt 2023-10-04 20:22:39 -03:00 committed by GitHub
parent 131f1a0e14
commit 62ee48191e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,6 @@
$g_lang["m_titlePostfix"] = ""; $g_lang["m_titlePostfix"] = "";
$g_lang["m_title"] = "Graph Online"; $g_lang["m_title"] = "Graph Online";
$g_lang["m_keyWords"] = "Graph Online, find shortest path, visualization"; $g_lang["m_keyWords"] = "Graph Online, encontrar menor caminho, visualização";
$g_lang["m_description"] = ""; $g_lang["m_description"] = "";
?> ?>