web-base-admin/public/index.html

31 lines
776 B
HTML
Raw Normal View History

2025-03-23 09:18:42 +08:00
<!--
2025-04-02 07:48:00 +08:00
* @Descripttion:
* @version:
2025-03-23 09:18:42 +08:00
* @Author: kBank
* @Date: 2022-10-24 10:45:39
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="<%= BASE_URL %>logo.png">
2025-03-23 09:18:42 +08:00
<title>
<%= webpackConfig.name %>
</title>
2025-04-02 07:48:00 +08:00
<script src="https://bd-qd.oss-cn-beijing.aliyuncs.com/test_01/language/zh-CN.js"></script>
2025-03-23 09:18:42 +08:00
</head>
<body>
2025-04-02 07:48:00 +08:00
<noscript>
<strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it
to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
2025-03-23 09:18:42 +08:00
</body>
2025-04-02 07:48:00 +08:00
</html>