lbry-desktop/static/index.dev.html

17 lines
382 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>
<!--
Primary definition for this is in webpack.web.config.js
We can't access it here because webpack isn't running on this file
-->
<script type="text/javascript" src="http://localhost:9090/ui.js"></script>
2019-03-05 07:24:03 +01:00
</body>
</html>