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