<html lang="<?=$Data["Meta"]["Lang"]?>">
<head>
<meta charset="<?=$Data["Meta"]["Charset"]?>">
+ <link rel="preconnect" href="https://fonts.googleapis.com">
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title><?=$Data["Meta"]["Title"]?></title>
<meta name="author" content="<?=$Data["Meta"]["Author"]?>">
+ <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap">
<link rel="stylesheet" type="text/css" href="<?=$Data["Meta"]["Stylesheet"]?>">
<link rel="icon" type="image/png" href="<?=$Data["Meta"]["Icon"]?>" sizes="64x64">
<!--[if IE]><script>document.charset="<?=$Data["Meta"]["Charset"]?>";</script><![endif]-->