10 lines
190 B
PHP
10 lines
190 B
PHP
<?php use App\Infrastructure\View as V; ?>
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title><?php echo V::getHeadTitle(); ?></title>
|
|
<meta charset="UTF-8" />
|
|
</head>
|
|
<body>
|