<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <!-- Make the page mobile compatible --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Allow installing the app to the homescreen --> <link rel="manifest" href="manifest.json"> <meta name="mobile-web-app-capable" content="yes"> <title>爱客进销存</title> </head> <body> <div id="app"></div> </body> </html>