head.php 661 B

12345678910111213141516
  1. <head>
  2. <meta charset="utf-8">
  3. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  4. <!-- Page description -->
  5. <meta name="description" content="The official website of Jovian Hersemeule.">
  6. <meta name="author" content="Jovian Hersemeule">
  7. <meta property="og:image" content="/include/images/home_picture_v1.jpg">
  8. <!-- Style sheet -->
  9. <link href="/include/css/bootstrap.css" rel="stylesheet">
  10. <link href="/include/css/custom/main.css" rel="stylesheet">
  11. <link href="/include/css/custom/pagination.css" rel="stylesheet">
  12. <title><?php echo $title; ?> - Jovian Hersemeule</title>
  13. </head>