13 lines
227 B
PHP
13 lines
227 B
PHP
<?php include("includes/_config.php")?>
|
|
|
|
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<?php include("includes/_head.php")?>
|
|
</head>
|
|
<body>
|
|
<?php include("includes/_navbar.php")?>
|
|
<?php include("includes/_scripts.php")?>
|
|
</body>
|
|
</html>
|