Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 3245
Línea 1... Línea 1...
1
<?= $this->doctype() ?>
1
<?= $this->doctype() ?>
2
<html lang="en">
2
<html lang="en">
3
    <head>
3
    <head>
4
        <meta charset="utf-8">
4
        <meta charset="utf-8">
-
 
5
        <meta id="share">
5
        <?= $this->headTitle('Laminas MVC Skeleton')->setSeparator(' - ')->setAutoEscape(false) ?>
6
        <?= $this->headTitle('Laminas MVC Skeleton')->setSeparator(' - ')->setAutoEscape(false) ?>
Línea 6... Línea 7...
6
 
7
 
7
        <?= $this->headMeta()
8
        <?= $this->headMeta()
8
            ->appendName('viewport', 'width=device-width, initial-scale=1.0')
9
            ->appendName('viewport', 'width=device-width, initial-scale=1.0')