website/background/index.php

10 lines
155 B
PHP
Raw Permalink Normal View History

2022-07-10 10:20:04 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
2023-05-20 16:51:43 +01:00
<?php require "../inc/head.inc" ?>
2022-07-10 10:20:04 +01:00
</head>
<body>
2023-05-20 16:51:43 +01:00
<?php require "../inc/background.inc" ?>
2022-07-10 10:20:04 +01:00
</body>
2023-05-20 16:51:43 +01:00
</html>