25 lines
746 B
HTML
25 lines
746 B
HTML
<!DOCTYPE html>
|
|
<!--
|
|
* CoreUI Vue.js Admin Template
|
|
* @version v4.1.0
|
|
* @link https://coreui.io/vue/
|
|
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
|
|
* License (https://coreui.io/pro/license)
|
|
-->
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>管理系统 - 二维码防伪识别</title>
|
|
<link rel="manifest" href="/manifest.json">
|
|
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>We're sorry but this app 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>
|