Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Agrovision - Future of Farming</title> | |
| <link rel="stylesheet" href="/static/styles.css"> | |
| <script src="/_sdk/element_sdk.js"></script> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/qrcode@1.5.3/build/qrcode.min.js"></script> | |
| </head> | |
| <body class="bg-gray-50"> | |
| {% include 'components/dark_toggle.html' %} | |
| {% include 'components/header.html' %} | |
| {% block content %}{% endblock %} | |
| <script src="/static/translations.js"></script> | |
| <script type="module" src="/static/js/main.js"></script> | |
| </body> | |
| </html> | |