|
@@ -39,6 +39,9 @@ foreach ($rows as $row) {
|
|
|
<meta charset="UTF-8">
|
|
<meta charset="UTF-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<title>PackIt – Choose Your Activities</title>
|
|
<title>PackIt – Choose Your Activities</title>
|
|
|
|
|
+<link rel="manifest" href="/manifest.webmanifest">
|
|
|
|
|
+<meta name="theme-color" content="#e8c547">
|
|
|
|
|
+<link rel="icon" type="image/png" sizes="192x192" href="/img/icon-192.png">
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600&display=swap" rel="stylesheet">
|