website/background/index.php
2022-07-10 11:20:04 +02:00

9 lines
148 B
PHP

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