Commit 48552c3a by xhw

上传新文件

parent 04562d73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>test</title>
</head>
<body style="background: #363B40">
<div id="dd" style="background: url('./img/总览.png') no-repeat;width: 480px;height: 450px"></div>
<script>
const dd = document.getElementById('dd')
dd.onmouseover = (e) => {
}
</script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment