13 lines
238 B
HTML
Raw Normal View History

2020-03-22 13:09:56 -04: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>
2020-03-22 13:36:29 -04:00
<a href="/">Link</a>
2020-03-22 13:09:56 -04:00
</body>
</html>