12 lines
179 B
PHP
12 lines
179 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
|
|
<?php include($_SERVER['DOCUMENT_ROOT'] . '/components/head.php') ?>
|
|
|
|
<body>
|
|
<h1>Test</h1>
|
|
<p>This is a test commit</p>
|
|
</body>
|
|
|
|
</html>
|