You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.3 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>索引页</title>
<script>
function goto(url) {
window.location.href = url;
}
</script>
</head>
<body>
<div align="center">
<font color="black" size="30px">账户: xuyanyan6 密码: Xyy199191</font>
</div>
<div align="center">
<input type="button" style="width:70%;height:100px;font-size:40px" value="智慧校园"
onclick="javascript:goto('https://www.edusoa.com/dsideal_yy/pro_integration/reactProject/smartCampusIntegratePlatformDS/index.html#/threeDimensionalSchool')">
</div>
<br>
<div align="center">
<input type="button" style="width:70%;height:100px;font-size:40px" value="智慧教育公共服务平台"
onclick="javascript:goto('https://www.edusoa.com/dsideal_yy/html/zhxy/org/index.html')">
</div>
<br>
<div align="center">
<input type="button" style="width:70%;height:100px;font-size:40px" value="长春市教育管理公共服务云平台"
onclick="javascript:goto('https://www.ccsjy.cn/menhu/index.shtml')">
</div>
<br>
<div align="center">
<input type="button" style="width:70%;height:100px;font-size:40px" value="长春市教育局挂图作战系统"
onclick="javascript:goto('https://www.ccsjy.cn/baseService/html/login.html')">
</div>
</body>
</html>