56c9a1ab41
add redirect, other fixes remove password clean up / final version clean up / final version
12 lines
205 B
HTML
12 lines
205 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>LBRY</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="text/javascript" src="ui.js"></script>
|
|
</body>
|
|
</html>
|