SmartSubstationPlatform/riis-web/index.html

19 lines
716 B
HTML
Raw Normal View History

2025-04-24 14:53:21 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./static/logo/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="riis-web" />
<meta name="keywords" content="riis-web" />
<link rel="stylesheet" type="text/css" href="./static/css/iconfont.css">
<script type="text/javascript" type="module" src="./static/js/jessibuca.js"></script>
<script type="text/javascript" type="module" src="./webconfig.js"></script>
2025-05-13 10:45:52 +08:00
<title>配电网人工智能平台</title>
2025-04-24 14:53:21 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.ts"></script>
</body>
</html>