first commit
This commit is contained in:
18
day02-correspond-between-render-thread/index.html
Normal file
18
day02-correspond-between-render-thread/index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>渲染进程间通信</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0.75rem 0.25rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>渲染进程间通信</h2>
|
||||
|
||||
<button id="btn">打开窗口2</button>
|
||||
<script src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user