website/background/index.php

9 lines
148 B
PHP
Raw Normal View History

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