mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-15 06:39:20 +08:00
13 lines
247 B
HTML
13 lines
247 B
HTML
|
<!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>
|