index.html 442 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html>
  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. <title>领料管理</title>
  8. <!-- 本地 Font Awesome -->
  9. <link rel="stylesheet" href="./font-awesome.min.css">
  10. <!-- 本地 Pacifico 字体 -->
  11. <link rel="stylesheet" href="./pacifico.css">
  12. </head>
  13. <body>
  14. <div id="app"></div>
  15. </body>
  16. </html>