lbry-desktop/static/index.dev-web.html
2019-08-26 16:53:57 -04:00

19 lines
479 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>LBRY Dev</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<div id="app"></div>
<!--
Primary definition for this is in webpack.web.config.js as WEBPACK_WEB_PORT
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>
</body>
</html>