first commit
This commit is contained in:
12
day03-notification/index.html
Normal file
12
day03-notification/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>消息通知</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>基于 H5 实现消息通知</h2>
|
||||
<button id="btn">触发消息</button>
|
||||
<script src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user