15 lines
604 B
HTML
15 lines
604 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<link rel="icon" type="image/svg+xml" href="https://base44.com/logo_v2.svg" />
|
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0" /> -->
|
|
<link rel="manifest" href="manifest.json" />
|
|
<title>Agro Monev</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="src/main.jsx"></script>
|
|
</body>
|
|
</html> |