librecast-live
Version:
Live Streaming Video Platform with IPv6 Multicast
15 lines (14 loc) • 413 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Complete Account Signup</title>
</head>
<body>
<h1>Complete Account Signup</h1>
<input id="password" type="password" />
<button type="submit" onclick="live.do_setPassword();">Sign Up</button>
<script type="text/javascript" charset="utf-8" src="/js/live.js"></script>
</body>
</html>