11 lines
146 B
PHP
11 lines
146 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
|
|
<?php include($_SERVER['DOCUMENT_ROOT'] . '/components/head.php') ?>
|
|
|
|
<body>
|
|
<h1>Test</h1>
|
|
</body>
|
|
|
|
</html>
|