20 lines
641 B
HTML
20 lines
641 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="es">
|
||
|
<head>
|
||
|
<title data-i18n="mapeate_titulo">Mapeate - Módulos</title>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||
|
<meta charset="utf-8" />
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<ul>
|
||
|
<!-- [[elemento_menu_principal]] -->
|
||
|
<li data-i18n="{i18n}" title="{texto}" data-i18n-without="true"><a href="{link}" target="{target}">
|
||
|
<span data-icono-imagen="{icono}"></span>
|
||
|
<span data-i18n="{i18n}">{texto}</span>
|
||
|
</a></li>
|
||
|
<!-- [[elemento_menu_principal]] -->
|
||
|
</ul>
|
||
|
|
||
|
</body>
|
||
|
</html>
|