lbry-desktop/static/index-web.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

13 lines
201 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
%%HEAD_TOKEN%%
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="/ui.js"></script>
</body>
</html>