2015-05-04 07:53:29 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
2017-01-21 05:08:29 +00:00
|
|
|
<%- include index/head %>
|
2015-05-04 07:53:29 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2017-01-21 05:08:29 +00:00
|
|
|
<%- include index/header %>
|
|
|
|
<%- include index/body %>
|
|
|
|
<%- include index/footer %>
|
|
|
|
<%- include index/foot %>
|
2015-05-04 07:53:29 +00:00
|
|
|
</body>
|
|
|
|
|
2016-04-22 23:15:52 +00:00
|
|
|
</html>
|