1<?php include("config.php"); ?> 2 3<head> 4 <base href="<?=BASE_URL?>"> 5 <meta charset="UTF-8"> 6 7 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 8 9 <meta name="author" content="kat, girl on the moon"> 10 <meta name="description" content="why do you look so blue?"> 11 12 <link rel="icon" type="image/x-icon" href="assets/images/139.png"> 13 <link rel="stylesheet" href="assets/styles/main.css"> 14 15 <title>girl on the moon</title> 16</head>