Update index.php

This commit is contained in:
Ashley Graves 2024-05-24 00:50:50 +02:00
parent 3ec8a23785
commit 0d52b5644f

View file

@ -6,14 +6,7 @@ error_reporting(E_ALL);
<!DOCTYPE html>
<html lang="en">
<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">
<title>Ashley</title>
<link rel="shortcut icon" href="img/ashley.png" type="image/jpg">
<link rel="stylesheet" href="css/style.css">
</head>
<?php include("inc/head.php"); ?>
<body>
<?php include("inc/top.php"); ?>