11 lines
197 B
PHP
Executable File
11 lines
197 B
PHP
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<?php
|
|
include(getcwd().'/application/views/includes/head.php');
|
|
?>
|
|
<body>
|
|
<?php
|
|
include(getcwd().'/application/views/includes/header.php');
|
|
?>
|
|
|