UNPKG

191 Bapplication/x-httpd-phpView Raw
1<?php
2if (!defined('WEBROOT'))
3 exit;
4?><!doctype html>
5<head>
6<title>Ace | Routing Example - Home</title>
7</head>
8<body>
9
10hi!
11
12<?php include WEBROOT.'/global-footer.php'; ?>
13
14</body>
15</html>
\No newline at end of file