lbry-desktop/static/index.dev.html

13 lines
230 B
HTML
Raw Normal View History

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