index.html 1.1 KB

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