lbry-desktop/static/index.dev.html

13 lines
230 B
HTML
Raw Normal View History

2019-03-05 00:24:03 -06:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
2019-03-28 12:53:13 -04:00
<title>lbry.tv</title>
2019-03-05 00:24:03 -06:00
</head>
<body>
<div id="app"></div>
2019-03-05 01:47:55 -06:00
<script type="text/javascript" src="http://localhost:8080/ui.js"></script>
2019-03-05 00:24:03 -06:00
</body>
</html>