first commit
This commit is contained in:
12
day02-create-right-click-menu/index.html
Normal file
12
day02-create-right-click-menu/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>右键菜单</h2>
|
||||
|
||||
<script src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user