This repository has been archived on 2025-01-09. You can view files and clone it, but cannot push or open issues or pull requests.

12 lines
303 B
HTML
Raw Permalink Normal View History

2025-01-09 18:30:49 +08:00
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>主界面</title>
</head>
<body>
<h2>子窗口及模态窗口</h2>
<button id="btn">新增窗口</button>
<script src="index.js"></script>
</body>
</html>