You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
799 B
27 lines
799 B
<?php |
|
helper('Kpdl'); |
|
?> |
|
<html> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<title>eGeoTax</title> |
|
<link rel="shortcut icon" href="/engineN/public/theme/img/favicon.ico" /> |
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" /> |
|
<meta name="theme-color" content="#000000" /> |
|
<link rel="stylesheet" href="<?=base_url('public/kpdl/dist/peta.css')?>" type="text/css"> |
|
<style> |
|
.highcharts-credits{ |
|
visibility: hidden; |
|
} |
|
</style> |
|
|
|
</head> |
|
<body> |
|
|
|
<div id="app"></div> |
|
|
|
<?php $isDevelopment = ENVIRONMENT === 'development';?> |
|
<script type="text/javascript" src="<?=base_url()?>public/kpdl/dist/peta.js?<?=time()?>"></script> |
|
|
|
</body> |
|
</html>
|