18 lines
821 B
PHP
18 lines
821 B
PHP
<?php require_once("header.php"); ?>
|
|
<html lang="<?= $lang->languageCode ?>">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<!-- Favicons -->
|
|
<link rel="icon" type="image/png" href="/icons/favicon-96x96.png" sizes="96x96" />
|
|
<link rel="icon" type="image/svg+xml" href="/icons/favicon.svg" />
|
|
<link rel="shortcut icon" href="/icons/favicon.ico" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png" />
|
|
<meta name="apple-mobile-web-app-title" content="TechInc" />
|
|
<link rel="manifest" href="/icons/site.webmanifest" />
|
|
<!-- Metadata -->
|
|
<meta name="description" content="TechInc is a hackerspace in Amsterdam." />
|
|
<title>Technologia Incognita</title>
|
|
</head>
|
|
<body></body>
|
|
</html>
|