site/inc/head.php

8 lines
319 B
PHP
Raw Permalink Normal View History

2024-05-24 00:50:18 +02:00
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-05-24 00:51:29 +02:00
<title>Ashley's WWWorld</title>
2024-05-24 00:53:21 +02:00
<link rel="shortcut icon" href="img/bunshley.png" type="image/jpg">
2024-05-24 00:50:18 +02:00
<link rel="stylesheet" href="css/style.css">
</head>