website/background/index.php

10 lines
155 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<?php require "../inc/head.inc" ?>
</head>
<body>
<?php require "../inc/background.inc" ?>
</body>
</html>