webrtc/index.html

12 lines
267 B
HTML
Raw Permalink Normal View History

2023-10-13 05:45:12 +08:00
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>webRTC</title>
</head>
<body>
<script type="module" src="./src/main.js"></script>
</body>
</html>