mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
35 lines
1003 B
HTML
35 lines
1003 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
|
|
<script src="../libs/jquery/jquery-3.7.1.min.js"></script>
|
|
|
|
<link rel="stylesheet" href="../libs/DataTables-2.1.8/css/dataTables.dataTables.css" />
|
|
<script src="../libs/DataTables-2.1.8/js/dataTables.js"></script>
|
|
|
|
<link rel="stylesheet" href="../libs/bootstrap-5.3.3-dist/css/bootstrap.min.css" />
|
|
<script src="../libs/bootstrap-5.3.3-dist/js/bootstrap.min.js"></script>
|
|
<script src="../libs/bootstrap-5.3.3-dist/js/bootstrap.bundle.min.js"></script>
|
|
|
|
<script type="text/javascript" src="../js/qwebchannel.js"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="../css/mystyle.css" />
|
|
|
|
<style>
|
|
.tablebox {
|
|
width: 100%;
|
|
height: 600px;
|
|
background-color: #052f4d;
|
|
margin-top: 20px;
|
|
padding: 20px 20px 20px 20px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<iframe src="./index.html"></iframe>
|
|
<script src="./index.js"></script>
|
|
<>
|
|
</body>
|
|
</html>
|