mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-23 10:39:20 +08:00
create landing
This commit is contained in:
parent
768375bc60
commit
341e386dd8
13
public/landing.html
Normal file
13
public/landing.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!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>
|
Loading…
Reference in New Issue
Block a user