| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <title>CropGaurd</title> | |
| <link | |
| href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" | |
| rel="stylesheet" | |
| /> | |
| <link rel="stylesheet" href="/static/style.css" /> | |
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"></script> | |
| </head> | |
| <body> | |
| {% block body %} {% endblock %} | |
| </body> | |
| </html> | |