17 lines
389 B
HTML
17 lines
389 B
HTML
<!doctype html>
|
|
|
|
<html>
|
|
<head>
|
|
<title>mediasoup-client test</title>
|
|
<meta charset='UTF-8'>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no'>
|
|
<meta name='description' content='mediasoup-client test'>
|
|
|
|
<script async src='/mediasoup-client-test.js'></script>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>mediasoup-client test</h1>
|
|
</body>
|
|
</html>
|