lbry-desktop/static/index-electron.html
Jeremy Kauffman 56c9a1ab41 fix metadata and add redirects
add redirect, other fixes

remove password

clean up / final version

clean up / final version
2019-08-28 12:02:07 -04:00

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>