123456789101112131415161718192021 |
- <!DOCTYPE html>
- <html lang="">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="icon" href="<%= BASE_URL %>logo.png">
- <!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
- <title>飞鸟有味</title>
- <meta name="description" content="在低空AI+技术加持下,中山大学飞鸟智慧农业团队创建了种植标准化、标准数字化、产品优质化的革新式现代农业技术,建立了种植全过程溯源体系,通过“3好6维”认证,确保每一颗荔枝吃得安心,吃得健康。">
- <meta name="keywords" content="飞鸟有味,智慧农业,溯源认证">
- <meta name="robots" content="index,follow">
- </head>
- <body>
- <noscript>
- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
- </noscript>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|