create landing

This commit is contained in:
ian ramzy 2020-03-22 13:09:56 -04:00
parent 768375bc60
commit 341e386dd8
1 changed files with 13 additions and 0 deletions

13
public/landing.html Normal file
View 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>