IntelligentRecognition/ah-jjsp-web/.svn/pristine/42/423377af0875f02e8ec7b672c57...

36 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-05-24 16:09:40 +08:00
<!DOCTYPE html>
<html lang="en" style="background-color: transparent;">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" rel="stylesheet" href="../../js/layui/css/layui.css">
<link type="text/css" rel="stylesheet" href="../../css/main/form.css">
<script src="../../js/public/jquery-3.6.0.js" type="text/javascript"></script>
<script src="../../js/public/aes.js" type="text/javascript"></script>
<script src="../../js/public/public.js"></script>
<script src="../../js/public/sm3.js"></script>
<script src="../../js/layui/layui.js" type="text/javascript"></script>
<script src="../../js/public/commonUtils.js"></script>
</head>
<body>
<div class="title layout">
</div>
<div id="content" class="layui-panel" style="background-color:transparent;border: 0px;">
<form class="layui-form" onclick="return false;" id="tables">
</form>
</div>
</body>
<style>
.layui-table-init {
background-color: transparent !important;
}
</style>
<script src="../../js/main/excellentRate.js"></script>
</html>