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.
25 lines
624 B
25 lines
624 B
6 months ago
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>eGeoTax</title>
|
||
|
<link rel="shortcut icon" href="/engineN/public/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="peta.css" type="text/css">
|
||
|
<style>
|
||
|
.highcharts-credits{
|
||
|
visibility: hidden;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div id="app"></div>
|
||
|
|
||
|
|
||
|
<script type="text/javascript" src="peta.js"></script>
|
||
|
|
||
|
</body>
|
||
|
</html>
|