first commit
This commit is contained in:
14
day02-dialog-module/index.html
Normal file
14
day02-dialog-module/index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Dialog 模块</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Dialog 模块</h2>
|
||||
<button id="btn">显示对话框</button>
|
||||
<br><br>
|
||||
<button id="btnErr">显示错误对话框</button>
|
||||
<script src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user