Skip to content

Instantly share code, notes, and snippets.

@RanjanSushant
Created March 9, 2022 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RanjanSushant/9d530192be923ba5f23d936abaa515a1 to your computer and use it in GitHub Desktop.
Save RanjanSushant/9d530192be923ba5f23d936abaa515a1 to your computer and use it in GitHub Desktop.
Index HTML file for Twilio Livestream Demo Codesphere
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Twilio Livestream Demo | Codesphere</title>
</head>
<body>
<h1>Twilio Livestream Demo</h1>
<div>
<h3><a href="/stream">Start a Livestream</a></h3>
</div>
<div>
<h3><a href="/watch">Watch a Livestream</a></h3>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment