decentralized-video-chat/public/landing.html

13 lines
247 B
HTML
Raw Normal View History

2020-03-23 01:09:56 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Landing</title>
</head>
<body>
<h1>Welcome to videochat</h1>
<h3>Click the button to get a disposable video chat room</h3>
<a href="index.html">Link</a>
</body>
</html>