Files
platformV2Web/admin/public/index.html
张成 8309808835 1
2025-11-21 16:53:49 +08:00

28 lines
753 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="renderer" content="webkit|ie-comp|ie-stand" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="./icon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./icon.ico" type="image/x-icon" />
<script src="./static/jquery.3.2.1.min.js"></script>
<title>智能代码平台</title>
</head>
<body>
<noscript>
<strong
>We're sorry but iview-admin doesn't work properly without JavaScript
enabled. Please enable it to continue.</strong
>
</noscript>
<div id="app"></div>
</body>
</html>