14 lines
460 B
HTML
14 lines
460 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/x-icon" id="favicon-link" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Adaptive Dashboard</title>
|
|
<link rel="manifest" href="/AdaptiveAgriculture/manifest.json" id="manifest-link" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/app/main.tsx"></script>
|
|
</body>
|
|
</html>
|